Remotely create heat stack by CLI
在上述的測試中, 都是在controller node上創造heat stack, 然而, 這樣的架構需要存取controller node, 並不符合public cloud的自動化處理與安全性架構, 若是我們想要從遠方創造一個heat stack, 或是更新heat stack, 我們該怎麼做呢? [root@blade02 ~(cr)]# heat stack-create second_stack -f first.yaml -P "key=test" +----------------------------+--------------+--------------------+----------------------+ | id | stack_name | stack_status | creation_time | +----------------------------+--------------+--------------------+----------------------+ |****-44ae-93b7-de8e61e79007 | second_stack | CREATE_IN_PROGRESS | 2016-07-19T04:35:10Z | +----------------------------+--------------+--------------------+----------------------+