From 700d5d7a42c8afe727bd5b038beee617dde29fd8 Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Mon, 13 Jun 2016 13:49:54 -0400 Subject: [PATCH] Remove Heat CLI deprecated commands Change-Id: I2fc8f50f6448d58852f9e6c6d465e6f4e7288afa Closes-Bug:#1581731 --- doc/heat-dev-env.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/heat-dev-env.rst b/doc/heat-dev-env.rst index 07dd439801..c711b8c60e 100644 --- a/doc/heat-dev-env.rst +++ b/doc/heat-dev-env.rst @@ -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: