diff --git a/doc/install-guide/section_cinder-controller.xml b/doc/install-guide/section_cinder-controller.xml
index c72d2ff051..cffba3388e 100644
--- a/doc/install-guide/section_cinder-controller.xml
+++ b/doc/install-guide/section_cinder-controller.xml
@@ -53,7 +53,7 @@ connection = mysql://cinder:CINDER_DBPASS@
Create the database tables for the Block Storage
service:
- # cinder-manage db sync
+ # su -s /bin/sh -c "cinder-manage db sync" cinder
Create a cinder user.
diff --git a/doc/install-guide/section_glance-install.xml b/doc/install-guide/section_glance-install.xml
index 680158a326..3d4e0f5db5 100644
--- a/doc/install-guide/section_glance-install.xml
+++ b/doc/install-guide/section_glance-install.xml
@@ -125,7 +125,7 @@ IDENTIFIED BY 'GLANCE_DBPASS';
Create the database tables for the Image Service:
- # glance-manage db_sync
+ # su -s /bin/sh -c "glance-manage db_sync" glance
Create a glance user that the Image
diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml
index 579da677e0..3a6c29cc9c 100644
--- a/doc/install-guide/section_heat-install.xml
+++ b/doc/install-guide/section_heat-install.xml
@@ -64,7 +64,7 @@ IDENTIFIED BY 'HEAT_DBPASS';
Create the heat service tables:
- # heat-manage db_sync
+ # su -s /bin/sh -c "heat-manage db_sync" heat
Ignore DeprecationWarning
errors.
diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml
index 9a609da753..ba38ebe51e 100644
--- a/doc/install-guide/section_keystone-install.xml
+++ b/doc/install-guide/section_keystone-install.xml
@@ -61,9 +61,8 @@ connection = mysql://keystone:KEYSTONE_DBPASS@
Create the database tables for the Identity Service:
- # keystone-manage db_sync
+ # su -s /bin/sh -c "keystone-manage db_sync" keystone
-
Define an authorization token to use as a shared secret
between the Identity Service and other OpenStack services.
diff --git a/doc/install-guide/section_nova-controller.xml b/doc/install-guide/section_nova-controller.xml
index 889d69cd72..0bbcb64095 100644
--- a/doc/install-guide/section_nova-controller.xml
+++ b/doc/install-guide/section_nova-controller.xml
@@ -121,7 +121,7 @@ IDENTIFIED BY 'NOVA_DBPASS';
Create the Compute service tables:
- # nova-manage db sync
+ # su -s /bin/sh -c "nova-manage db sync" nova
Create a nova user that Compute uses to