diff --git a/module001-ch006-overview-horizon-cli.xml b/module001-ch006-overview-horizon-cli.xml index 3de1a8f6..4a733775 100644 --- a/module001-ch006-overview-horizon-cli.xml +++ b/module001-ch006-overview-horizon-cli.xml @@ -1926,11 +1926,11 @@ project, use the nova list command. - $ nova add-floating-ip INSTANCE_NAME_OR_ID + $ nova floating-ip-associate INSTANCE_NAME_OR_ID FLOATING_IP - After you assign the IP with nova add-floating-ipand + After you assign the IP with nova floating-ip-associate, and configure security group rules for the instance, the instance is publicly available at the floating IP address. @@ -1944,7 +1944,7 @@ the IP. - $ nova remove-floating-ip INSTANCE_NAME_OR_ID + $ nova floating-ip-disassociate INSTANCE_NAME_OR_ID FLOATING_IP