From be9748ea6d91199afb32efaaeda422ce5b1b5be4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 13 Apr 2015 11:17:06 +0200 Subject: [PATCH] Install Guide: Orchestration update for openSUSE/SLES With current OS versions, we can merge the descriptions. Partially implements bp installguide-kilo Change-Id: I27d1a6ea52ca2c2999849cd818b350a968dc29df --- doc/install-guide/section_heat-install.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index 4e367fee36..c19fd97602 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -302,19 +302,7 @@ auth_uri = http://controller:5000/v2.0 Start the Orchestration services and configure them to start when the system boots: - # systemctl enable openstack-heat-api.service openstack-heat-api-cfn.service \ - openstack-heat-engine.service -# systemctl start openstack-heat-api.service openstack-heat-api-cfn.service \ - openstack-heat-engine.service - On SLES: - # service openstack-heat-api start -# service openstack-heat-api-cfn start -# service openstack-heat-engine start -# chkconfig openstack-heat-api on -# chkconfig openstack-heat-api-cfn on -# chkconfig openstack-heat-engine on - On openSUSE: - # systemctl enable openstack-heat-api.service openstack-heat-api-cfn.service \ + # systemctl enable openstack-heat-api.service openstack-heat-api-cfn.service \ openstack-heat-engine.service # systemctl start openstack-heat-api.service openstack-heat-api-cfn.service \ openstack-heat-engine.service