Description of problem: When you go through user guide [1] and I noticed that there's probably missing logging handler during listing keystone users: [para@virtual-rhel-beta ~(keystone_admin)]$ keystone user-list No handlers could be found for logger "keystoneclient.v2_0.client" +----------------------------------+-------+---------+-------+ | id | name | enabled | email | +----------------------------------+-------+---------+-------+ | 9faa54c7daaa4f2cbbf8917dbe7967f4 | admin | True | | +----------------------------------+-------+---------+-------+ Version-Release number of selected component (if applicable): [para@virtual-rhel-beta ~(keystone_admin)]$ rpm -qa *keystone openstack-keystone-2012.2.1-1.el6ost.noarch python-keystone-2012.2.1-1.el6ost.noarch How reproducible: Always, see above description Steps to Reproduce: 1. Follow https://access.redhat.com/knowledge/docs/en-US/Red_Hat_OpenStack_Preview/2/html/Getting_Started_Guide/ch03s02.html Actual results: Logging warning. Expected results: No warning. Additional info: None
Note that this is probably global, because it is happening also when creating endpoint: [para@virtual-rhel-beta ~(keystone_admin)]$ keystone endpoint-create --region RegionOne --service_id 712b22b824ce4ff1aa77ad49da1ce74d --publicurl 'http://127.0.0.1:5000/v2.0' --adminurl 'http://127.0.0.1:35357/v2.0' --internalurl 'http://127.0.0.1:5000/v2.0' No handlers could be found for logger "keystoneclient.v2_0.client" +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminurl | http://127.0.0.1:35357/v2.0 | | id | a7013460372d4bb1adeb562904bd6760 | | internalurl | http://127.0.0.1:5000/v2.0 | | publicurl | http://127.0.0.1:5000/v2.0 | | region | RegionOne | | service_id | 712b22b824ce4ff1aa77ad49da1ce74d | +-------------+----------------------------------+
*** This bug has been marked as a duplicate of bug 888062 ***