Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/get-familiar-with-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ To associate newly created floating IP with the *my_instance_2* VM, execute the

.. code-block :: text

IP=$(penstack floating ip list | awk '/None/ { print $4 }')
IP=$(openstack floating ip list | awk '/None/ { print $4 }')
openstack server add floating ip my_instance_2 $IP

Connect to the VM
Expand Down
Loading