The warning line is just that - a warning. You must have a token and endpoint in your environment (there are deprecated environment variables names that are still supported that could be in use). However, in the case of token-get, using a token & endpoint is actually the cause of "'NoneType' object has no attribute 'has_service_catalog'" (without authenticating, you don't have a catalog, and therefore can't get a token, as expected).
The last error message here ('NoneType' object has no attribute 'has_service_catalog') could definitely be improved, but this sounds like expected behavior. The client *could* also attempt to actually exchange a token for another with token-get against the specified endpoint, but I'm not sure there's a valid use case for that behavior. ** Project changed: keystone => python-keystoneclient ** Changed in: python-keystoneclient Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1264314 Title: warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored) Status in Python client library for Keystone: New Bug description: warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored). 'NoneType' object has no attribute 'has_service_catalog' This is the ERROR MESSAGE i get during configuring of keystone identity service after successful:Install the Identity Service-->Define users, tenants, and role-->Define services and API endpoints---> verifying the identity Service installation(ERROR HERE) #cat>keystonerc export OS_USERNAME=admin export OS_PASSWORD=ADMIN_PASS export OS_TENANT_NAME=admin export OS_AUTH_URL=http://controller:35357/v2.0 NOTE: controller is my host name configured in /etc/hosts and exported it using # source keystonerc # keystone token-get warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored). 'NoneType' object has no attribute 'has_service_catalog' i also done this below step before creating user "admin" and tenant "admin" and many times again after error. # unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox. somebody please help on my problem. Thank you in advance. To manage notifications about this bug go to: https://bugs.launchpad.net/python-keystoneclient/+bug/1264314/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp