더북(TheBook)

12. 관리자가 접속할 수 있는 엔드포인트 URL을 생성합니다.

root@controller:~# openstack endpoint create –region RegionOne cloudformation
admin http://192.168.56.101:8000/v1
+————–+———————————-+
| Field        | Value                            |
+————–+———————————-+
| enabled      | True                             |
| id           | 925637b806ea4413b7303ebfb42f071b |
| interface    | admin                            |
| region       | RegionOne                        |
| region_id    | RegionOne                        |
| service_id   | 0bf4c51cbe4740619bdce6a55bd2aa58 |
| service_name | heat-cfn                         |
| service_type | cloudformation                   |
| url          | http://192.168.56.101:8000/v1    |
+————–+———————————-+


13. 이번에는 Heat Stack 프로젝트와 사용자용 heat 도메인을 생성합니다. 일반 사용자 계정을 만들 때는 default 도메인을 사용했으나, 여기서는 heat 도메인을 만들어서 사용합니다.

root@controller:~# openstack domain create –description “Stack projects and
users” heat
+————-+———————————-+
| Field       | Value                            |
+————-+———————————-+
| description | Stack projects and users         |
| enabled     | True                             |
| id          | 903058bc92014217919f1f359a40c4b7 |
| name        | heat                             |
+————-+———————————-+

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