제목에 작성한 것 처럼 http bad request 또는 unsupported action이라는 에러를 만났을 때 확인해봐야 하는 설정이 있어서 간단하게 포스팅합니다.
controller node에서 vi로 아래 파일을 열어보세요.
vi /etc/heat/heat.conf
heat을 설치하고 설정하기 위해서 이미 설정했을 확률이 높은데요.
heat_metadata_server_url 설정과 heat_waitcondition_server_url 설정이 제대로 되어 있는지 확인해보세요.
요 설정이 적용되어 있지 않으면, heat template에서 아래 문장에서 에러가 발생할 수 있습니다.
alarm_actions:
- {get_attr: [web_server_scaledown_policy, alarm_url]}
heat_metadata_server_url = http://controller:8000
heat_waitcondition_server_url = http://controller:8000/v1/waitcondition
으로 설정하라고 OpenStack Installation Guide에 나와 있습니다.
제대로 설정하셨다면 heat를 재시작하고 해당 template을 다시 수행해보세요~ :-)
'클라우드&도커 > 오픈스택,Ceph' 카테고리의 다른 글
OpenStack : Dashboard Session Timeout (0) | 2015.05.25 |
---|---|
OpenStack : 임의로 인스턴스가 Shutdown 된 경우 (0) | 2015.05.21 |
OpenStack : Instance Resize (havana version) (0) | 2015.05.14 |
OpenStack Heat - http bad request / unsupported action (0) | 2015.03.22 |
OpenStack - Heat 기초 정리된 웹 사이트 (0) | 2015.03.21 |
인스턴스 서버에 ping은 되는데 ssh 접속은 안될때 (3) | 2015.03.20 |
openstack ... (0) | 2013.12.28 |
네트워크 카드 ㅠ (0) | 2013.05.06 |