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: