From acfcde5934e48a95dc7f92f69bb930ce9782c18f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 11 Apr 2015 13:49:15 +0200 Subject: [PATCH] Install Guide: Glance Update for openSUSE/SLES Since SUSE and Fedora based distros use the systemd and the same names, merge instructions. Change-Id: I20a611402a86dfa9d0f3150a65f2a57cf8df81d9 --- doc/install-guide/section_glance-install.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/install-guide/section_glance-install.xml b/doc/install-guide/section_glance-install.xml index 991774cf80..9d1e490a6e 100644 --- a/doc/install-guide/section_glance-install.xml +++ b/doc/install-guide/section_glance-install.xml @@ -304,15 +304,7 @@ verbose = True Start the Image Service services and configure them to start when the system boots: - # systemctl enable openstack-glance-api.service openstack-glance-registry.service -# systemctl start openstack-glance-api.service openstack-glance-registry.service - On SLES: - # service openstack-glance-api start -# service openstack-glance-registry start -# chkconfig openstack-glance-api on -# chkconfig openstack-glance-registry on - On openSUSE: - # systemctl enable openstack-glance-api.service openstack-glance-registry.service + # systemctl enable openstack-glance-api.service openstack-glance-registry.service # systemctl start openstack-glance-api.service openstack-glance-registry.service