더북(TheBook)

20. 설치가 완료되면 /etc/heat/heat.conf 파일을 열어 다음과 같이 환경설정을 합니다. 오픈스택 공식 매뉴얼을 참고해 설정합니다.

root@controller:~# vi /etc/heat/heat.conf
[DEFAULT]
…
heat_metadata_server_url = http://192.168.56.101:8000
heat_waitcondition_server_url = http://192.168.56.101:8000/v1/waitcondition

stack_domain_admin = heat_domain_admin stack_domain_admin_password = heatpass stack_user_domain_name = heat

rpc_backend = rabbit … [database] connection = mysql+pymysql://heat:heatdbpass@192.168.56.101/heat

[keystone_authtoken] auth_uri = http://192.168.56.101:5000 auth_url = http://192.168.56.101:35357 memcached_servers = 192.168.56.101:11211 auth_type = password project_domain_name = default user_domain_name = default project_name = service username = heat password = heatpass

[trustee] auth_plugin = password auth_url = http://192.168.56.101:35357 username = heat password = heatpass user_domain_name = default

[clients_keystone] auth_uri = http://192.168.56.101:35357

[ec2authtoken] auth_uri = http://192.168.56.101:5000

[oslo_messaging_rabbit] rabbit_host = 192.168.56.101 rabbit_userid = openstack rabbit_password = rabbitpass

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.