Red Hat Bugzilla – Bug 980902
Nova doc: keystone auth is not set up
Last modified: 2014-01-05 23:25:39 EST
Title: Setting the Database Connection String Describe the issue: In this chapter: "10.3.4. Configuring the Compute Service", we should have a description how to setup nova's keystone auth (as we do with every other module). This way simple commands like "nova image-list" fails. Suggestions for improvement: Add this line to /etc/nova/nova.conf auth_strategy=keystone add auth info to /etc/nova/api-paste.ini: in the [filter:authtoken] section: auth_version = v2.0 auth_port=35357 admin_user=compute admin_password=PASSWORD auth_protocol=http admin_tenant_name=services auth_host=IP where IP is the keystone api's IP.
(In reply to Attila Darazs from comment #0) > Title: Setting the Database Connection String > > Describe the issue: > In this chapter: "10.3.4. Configuring the Compute Service", we should have a > description how to setup nova's keystone auth (as we do with every other > module). > > This way simple commands like "nova image-list" fails. > > Suggestions for improvement: > Add this line to /etc/nova/nova.conf > auth_strategy=keystone > > add auth info to /etc/nova/api-paste.ini: > in the [filter:authtoken] section: > auth_version = v2.0 > auth_port=35357 > admin_user=compute > admin_password=PASSWORD > auth_protocol=http > admin_tenant_name=services > auth_host=IP > > where IP is the keystone api's IP. Added a section covering configuration of: * admin_user=compute * admin_password=PASSWORD * admin_tenant_name * auth_host Left out: * auth_version * auth_port * auth_protocol As defaults are expected to be OK. "Configuring Authentication" - ID: 21112 [rev: 478982] "Configuring Authentication" - ID: 21112 [rev: 478983]