diff --git a/doc/install-guide/section_nova-compute.xml b/doc/install-guide/section_nova-compute.xml
index 27a294cbc6..3558be4376 100644
--- a/doc/install-guide/section_nova-compute.xml
+++ b/doc/install-guide/section_nova-compute.xml
@@ -196,20 +196,33 @@ virt_type = qemu
# rm /var/lib/nova/nova.sqlite
- Start the Compute
- service and configure it to start when the system
- boots:
+ Start the Compute service and
+ its dependencies. Configure them to start automatically when the system
+ boots.
Restart the Compute service:
# service nova-compute restart
- # service libvirtd start
+
+
+ For RHEL or CentOS:
+ # service libvirtd start
# service messagebus start
+# service openstack-nova-compute start
# chkconfig libvirtd on
# chkconfig messagebus on
-# service openstack-nova-compute start
# chkconfig openstack-nova-compute on
- # service libvirtd start
-# chkconfig libvirtd on
+
+ For Fedora:
+ # service libvirtd start
+# service dbus start
# service openstack-nova-compute start
+# chkconfig libvirtd on
+# chkconfig dbus on
+# chkconfig openstack-nova-compute on
+
+
+ # service libvirtd start
+# service openstack-nova-compute start
+# chkconfig libvirtd on
# chkconfig openstack-nova-compute on