From 1f7c51e68a4df6d14426f6959f2310612eb73d47 Mon Sep 17 00:00:00 2001 From: Karin Levenstein Date: Fri, 16 Jan 2015 10:26:50 -0600 Subject: [PATCH] Consolidate libvirtd.service and nova-compute.service startup Change-Id: I2b12cf8ac6ad9fa5373e07effd58e3834e91bab7 backport: Juno Closes-Bug: #1404965 --- doc/install-guide/section_nova-compute-install.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/section_nova-compute-install.xml b/doc/install-guide/section_nova-compute-install.xml index 66aca971da..25bcc8cb7f 100644 --- a/doc/install-guide/section_nova-compute-install.xml +++ b/doc/install-guide/section_nova-compute-install.xml @@ -211,8 +211,7 @@ virt_type = qemu Start the Compute service including its dependencies and configure them to start automatically when the system boots: # systemctl enable libvirtd.service openstack-nova-compute.service -# systemctl start libvirtd.service -# systemctl start openstack-nova-compute.service +# systemctl start libvirtd.service openstack-nova-compute.service On SLES: # service libvirtd start # chkconfig libvirtd on @@ -220,8 +219,7 @@ virt_type = qemu # chkconfig openstack-nova-compute on On openSUSE: # systemctl enable libvirtd.service openstack-nova-compute.service -# systemctl start libvirtd.service -# systemctl start openstack-nova-compute.service +# systemctl start libvirtd.service openstack-nova-compute.service By default, the Ubuntu packages create an SQLite database.