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: