diff --git a/doc/install-guide/section_cinder-controller.xml b/doc/install-guide/section_cinder-controller.xml
index 0b4b32eecb..bcd0cecc92 100644
--- a/doc/install-guide/section_cinder-controller.xml
+++ b/doc/install-guide/section_cinder-controller.xml
@@ -73,23 +73,22 @@ connection = mysql://cinder:CINDER_DBPASS@
Edit the
/etc/cinder/cinder.conf configuration file:
- #
- openstack-config --set /etc/cinder/cinder.conf DEFAULT \
-auth_strategy keystone
+ # openstack-config --set /etc/cinder/cinder.conf DEFAULT \
+ auth_strategy keystone
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
-auth_uri http://controller:5000
-# openstack-config --set /etc/cinder/cinder.confkeystone_authtoken \
-auth_host controller
+ auth_uri http://controller:5000
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
- auth_protocol http
+ auth_host controller
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
-auth_port 35357
+ auth_protocol http
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
-admin_user cinder
+ auth_port 35357
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
-admin_tenant_name service
+ admin_user cinder
# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
-admin_password CINDER_PASS
+ admin_tenant_name service
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ admin_password CINDER_PASS
Edit the
/etc/cinder/cinder.conf configuration
file and add this section for keystone credentials:
diff --git a/doc/install-guide/section_cinder-node.xml b/doc/install-guide/section_cinder-node.xml
index 2720742bc7..6734486182 100644
--- a/doc/install-guide/section_cinder-node.xml
+++ b/doc/install-guide/section_cinder-node.xml
@@ -105,15 +105,22 @@ filter = [ "a/sda1/", "a/sdb/", "r/.*/"]
/etc/cinder/cinder.conf configuration
file from the controller, or perform the following steps to
set the keystone credentials:
- # openstack-config --set /etc/cinder/cinder.conf DEFAULT auth_strategy keystone
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken auth_uri http://controller:5000
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken auth_host controller
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken auth_protocol http
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken auth_port 35357
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken admin_user cinder
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken admin_tenant_name service
-# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken admin_password
-CINDER_PASS
+ # openstack-config --set /etc/cinder/cinder.conf DEFAULT \
+ auth_strategy keystone
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ auth_uri http://controller:5000
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ auth_host controller
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ auth_protocol http
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ auth_port 35357
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ admin_user cinder
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ admin_tenant_name service
+# openstack-config --set /etc/cinder/cinder.conf keystone_authtoken \
+ admin_password CINDER_PASS
Edit the
/etc/cinder/cinder.conf configuration
file and add this section for keystone credentials: