First time here? Check out the FAQ!
![]() | 1 | initial version |
Instead of admin_token in the api-paste.ini try those lines:
admin_tenant_name = service admin_user = nova admin_password = nova
Make sure that you enter your service tentant and the credentials for your nova user.
If you haven't done so already, create at least the admin role according to this link: http://docs.openstack.org/essex/openstack-compute/starter/content/Creating_Keystone_Roles-d1e460.html
And after that add the admin role to the nova user, as explained in this link: http://docs.openstack.org/essex/openstack-compute/starter/content/Adding_Roles_to_Users-d1e465.html