From 5ddc758384b7d4d4f64279d097f96b4e3cfff334 Mon Sep 17 00:00:00 2001 From: Matt Kassawara Date: Thu, 19 Dec 2013 12:12:49 -0700 Subject: [PATCH] Fixed 'openstack-config' commands in controller nova.conf Corrected section from 'DEFAULT' to 'keystone_authtoken' for the following keys: auth_host, admin_user, admin_tenant_name, admin_password Added commands for the following keys: auth_protocol, auth_port Change-Id: I3f81e4055f50c32f9ccd941e2ae2d3e6fba25a19 Closes-Bug: #1261927 --- doc/install-guide/section_nova-controller.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/install-guide/section_nova-controller.xml b/doc/install-guide/section_nova-controller.xml index a06a7a13de..60a0463444 100644 --- a/doc/install-guide/section_nova-controller.xml +++ b/doc/install-guide/section_nova-controller.xml @@ -150,12 +150,13 @@ vncserver_proxyclient_address=192.168.0.10 Configure Compute to use these credentials with the Identity Service running on the controller. Replace NOVA_PASS with your Compute password. - # openstack-config --set /etc/nova/nova.conf DEFAULT auth_strategy keystone -# openstack-config --set /etc/nova/nova.conf DEFAULT auth_host controller -# openstack-config --set /etc/nova/nova.conf DEFAULT admin_user nova -# openstack-config --set /etc/nova/nova.conf DEFAULT admin_tenant_name service -# openstack-config --set /etc/nova/nova.conf DEFAULT admin_password NOVA_PASS +# openstack-config --set /etc/nova/nova.conf keystone_authtoken auth_host controller +# openstack-config --set /etc/nova/nova.conf keystone_authtoken auth_protocol http +# openstack-config --set /etc/nova/nova.conf keystone_authtoken auth_port 35357 +# openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_user nova +# openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_tenant_name service +# openstack-config --set /etc/nova/nova.conf keystone_authtoken admin_password NOVA_PASS Edit the [DEFAULT] section in the /etc/nova/nova.conf file to add this key: