Error verifying Keystone installation (grizzly release)
When I run the command given to check the installation of Keystone (with my admin name and password substituted), I get the following error.
Command:
keystone --os-username=admin --os-password=secrete --os-authurl=http://192.168.206.130:35357/v2.0 token-get
'NoneType' object has no attribute 'has_service_catalog'
Edit: I'm using Ubuntu 12.04 LTS, with the Grizzly release of OpenStack. I have the Horizon dashboard installed as well (with the Ubuntu customization purged), and if I enter a correct user login I get a server error. Incorrect logins work properly.
CLOSED: There was a phantom copy of the Essex release of Keystone present on the server, left over from an earlier attempt to install using the Ubuntu default openstack packages.
Can you please post your keystone.conf here? And try to check your DB once again wheather DB is created properly or not and check the all tables.
The database is properly created and updating with users, tenants, services, and endpoints. I'll post the keystone.conf
And how did you actually fix this issue? I have purged keystone package and its python bindings and reinstalled havana version but I'm still getting this error