Remove Heat CLI deprecated commands

Change-Id: I2fc8f50f6448d58852f9e6c6d465e6f4e7288afa
Closes-Bug:#1581731
This commit is contained in:
Mauricio Lima 2016-06-13 13:49:54 -04:00
parent baae1b2474
commit 700d5d7a42

View File

@ -100,17 +100,17 @@ And then create the stack, referencing that environment file:
:: ::
$ heat stack-create -f kollacluster.yaml -e local.yaml kolla-cluster $ openstack stack create -f kollacluster.yaml -e local.yaml kolla-cluster
Access the Kolla Nodes Access the Kolla Nodes
====================== ======================
You can get the ip address of the Kolla nodes using the You can get the ip address of the Kolla nodes using the
``heat output-show`` command: ``openstack stack output show`` command:
:: ::
$ heat output-show kolla-cluster kolla_node_external_ip $ openstack stack output show kolla-cluster kolla_node_external_ip
"192.168.200.86" "192.168.200.86"
You can ssh into that server as the ``fedora`` user: You can ssh into that server as the ``fedora`` user: