9.4. Launch the Orchestration Service

Once the required settings are configured, you can now launch the services that consist of the Orchestration service:
  • openstack-heat-api
  • openstack-heat-api-cfn
  • openstack-heat-api-cloudwatch
  • openstack-heat-engine
To do so for each service:
# service SERVICENAME start
Then, configure each service to launch automatically at boot:
# chkconfig SERVICENAME on
Replace SERVICENAME with the corresponding name of each Orchestration service.