Show Table of Contents
9.3. Launch the Orchestration Service
Procedure 9.7. Launching Orchestration Services
- Start the Orchestration API service, and configure it to start at boot time:
#systemctl start openstack-heat-api.service#systemctl enable openstack-heat-api.service - Start the Orchestration AWS CloudFormation-compatible API service, and configure it to start at boot time:
#systemctl start openstack-heat-api-cfn.service#systemctl enable openstack-heat-api-cfn.service - Start the Orchestration AWS CloudWatch-compatible API service, and configure it to start at boot time:
#systemctl start openstack-heat-api-cloudwatch.service#systemctl enable openstack-heat-api-cloudwatch.service - Start the Orchestration API service for launching templates and submitting events back to the API, and configure it to start at boot time:
#systemctl start openstack-heat-engine.service#systemctl enable openstack-heat-engine.service
