이 섹션은 컨트롤러 노드에 heat이라는 코드 이름을 가진 Orchestration 모듈을 설치하고 구성하는 방법을 설명합니다.
패키지 설치를 위해 다음 명령들을 실행합니다:
# apt-get install heat-api heat-api-cfn heat-engine python-heat-client
database management, Identity service credentials, service endpoint registration, message broker credentials 에 대한 프롬프트에 응답합니다.
/etc/heat/heat.conf 파일을 편집하여 다음 작업을 완료합니다:
[ec2authtoken] 섹션에서 Identity 서비스 액세스를 구성합니다:
[ec2authtoken]
...
auth_uri = http://controller:5000/v2.0
Orchestration 서비스를 재시작합니다:
# service heat-api restart
# service heat-api-cfn restart
# service heat-engine restart
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.