From ff82fe57b4409084b5fb76e70e6e8a1539c55661 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 13 Apr 2015 10:12:33 +0200 Subject: [PATCH] Install Guide: Update Nova for openSUSE/SLES With current OS versions, we can merge the descriptions. Partially implements bp installguide-kilo Change-Id: I64e5480e85bd2069e9e0b109ba723659638adbfb --- .../section_nova-compute-install.xml | 10 +-------- .../section_nova-controller-install.xml | 22 +------------------ 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/doc/install-guide/section_nova-compute-install.xml b/doc/install-guide/section_nova-compute-install.xml index ee0f17e922..a5cb9e794e 100644 --- a/doc/install-guide/section_nova-compute-install.xml +++ b/doc/install-guide/section_nova-compute-install.xml @@ -221,15 +221,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 openstack-nova-compute.service - On SLES: - # service libvirtd start -# chkconfig libvirtd on -# service openstack-nova-compute start -# chkconfig openstack-nova-compute on - On openSUSE: - # systemctl enable libvirtd.service openstack-nova-compute.service + # systemctl enable libvirtd.service openstack-nova-compute.service # systemctl start libvirtd.service openstack-nova-compute.service diff --git a/doc/install-guide/section_nova-controller-install.xml b/doc/install-guide/section_nova-controller-install.xml index 6015f190c7..17f9f018ce 100644 --- a/doc/install-guide/section_nova-controller-install.xml +++ b/doc/install-guide/section_nova-controller-install.xml @@ -273,27 +273,7 @@ vncserver_proxyclient_address = 10.0.0.11 Start the Compute services and configure them to start when the system boots: - # systemctl enable openstack-nova-api.service openstack-nova-cert.service \ - openstack-nova-consoleauth.service openstack-nova-scheduler.service \ - openstack-nova-conductor.service openstack-nova-novncproxy.service -# systemctl start openstack-nova-api.service openstack-nova-cert.service \ - openstack-nova-consoleauth.service openstack-nova-scheduler.service \ - openstack-nova-conductor.service openstack-nova-novncproxy.service - On SLES: - # service openstack-nova-api start -# service openstack-nova-cert start -# service openstack-nova-consoleauth start -# service openstack-nova-scheduler start -# service openstack-nova-conductor start -# service openstack-nova-novncproxy start -# chkconfig openstack-nova-api on -# chkconfig openstack-nova-cert on -# chkconfig openstack-nova-consoleauth on -# chkconfig openstack-nova-scheduler on -# chkconfig openstack-nova-conductor on -# chkconfig openstack-nova-novncproxy on - On openSUSE: - # systemctl enable openstack-nova-api.service openstack-nova-cert.service \ + # systemctl enable openstack-nova-api.service openstack-nova-cert.service \ openstack-nova-consoleauth.service openstack-nova-scheduler.service \ openstack-nova-conductor.service openstack-nova-novncproxy.service # systemctl start openstack-nova-api.service openstack-nova-cert.service \