9.3. Launch the Orchestration Service

Procedure 9.7. Launching Orchestration Services

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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