Este conteúdo não está disponível no idioma selecionado.
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
# systemctl start openstack-heat-api.service # systemctl enable openstack-heat-api.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# systemctl start openstack-heat-api-cfn.service # systemctl enable openstack-heat-api-cfn.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# systemctl start openstack-heat-api-cloudwatch.service # systemctl enable openstack-heat-api-cloudwatch.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# systemctl start openstack-heat-engine.service # systemctl enable openstack-heat-engine.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow