9.3. Orchestration サービスの起動
手順9.7 Orchestration サービスの起動
- Orchestration API サービスを起動して、ブート時に起動するように設定します。
# systemctl start openstack-heat-api.service # systemctl enable openstack-heat-api.service - Orchestration AWS CloudFormation と互換性のある API サービスを起動して、ブート時に起動するように設定します。
# systemctl start openstack-heat-api-cfn.service # systemctl enable openstack-heat-api-cfn.service - Orchestration AWS CloudWatch と互換性のある API サービスを起動して、ブート時に起動するように設定します。
# systemctl start openstack-heat-api-cloudwatch.service # systemctl enable openstack-heat-api-cloudwatch.service - テンプレートの起動やイベントを API に送信するために Orchestration API サービスを起動して、ブート時に起動するように設定します。
# systemctl start openstack-heat-engine.service # systemctl enable openstack-heat-engine.service