From 34b162142b9679787524f8dc16cbadc318ae1e4b Mon Sep 17 00:00:00 2001 From: Grimmish Date: Wed, 11 Mar 2026 15:16:43 -0500 Subject: [PATCH] Correct command typo in get-familiar tutorial --- tutorial/get-familiar-with-openstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/get-familiar-with-openstack.rst b/tutorial/get-familiar-with-openstack.rst index 8eee460..31ed682 100644 --- a/tutorial/get-familiar-with-openstack.rst +++ b/tutorial/get-familiar-with-openstack.rst @@ -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