Keystone not working: No handlers could be found for logger "keystoneclient.httpclient" [closed]
Hello,
I am installing openstack on debian for the first time. I am following Openstack installation - Debian guide. I have set the OS_* enviroment and keystone token-get works except that it also shows 'No handlers could be found for logger "keystoneclient.httpclient"' and is taking a long time (about 40 seconds).
But I can not fetch a userlist, it just don't reply anything:
root@cloudcontrol01:~# keystone user-list
No handlers could be found for logger "keystoneclient.httpclient"
root@cloudcontrol01:~#
But If I select all from table user of keystone database (mysql) I get one entry for admin.
Same behavior for registering services:
root@cloudcontrol01:~# keystone service-create --name=keystone --type=identity --description="OpenStack Identity"
No handlers could be found for logger "keystoneclient.httpclient"
root@cloudcontrol01:~#
No service is created and the command takes very long.
Any help would be very nice. Please tell me if you need any further informations.
Thanks and regards, Nils Schröder
Handler not found is a warning that most probably you can ignore it. Do you know the keystone endpoint? e.g if os-auth-url=http://controller:35357/v2.0, then try curl -k http://controller:35357 . It should output version information.
Most probably your keystone endpoint is wrong
I had the same issue I confirmed that is because wrong endpoint!