Merge "Remove Heat CLI deprecated commands"

This commit is contained in:
Jenkins 2016-06-14 05:11:31 +00:00 committed by Gerrit Code Review
commit 50b955c66c

@ -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
======================
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"
You can ssh into that server as the ``fedora`` user: