From 8417da13df47a19ec3c95510d1a0e4a875787967 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sun, 1 Jan 2017 16:47:41 +0800 Subject: [PATCH] Fix the wrong command To remove the floating IP address should be 'floating ip delete'. Change-Id: I87a1438222661e1cb5177a5329955dcd3fed316b --- doc/user-guide/source/cli-manage-ip-addresses.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/source/cli-manage-ip-addresses.rst b/doc/user-guide/source/cli-manage-ip-addresses.rst index 2ac8b95691..fdb4a3cf32 100644 --- a/doc/user-guide/source/cli-manage-ip-addresses.rst +++ b/doc/user-guide/source/cli-manage-ip-addresses.rst @@ -156,13 +156,13 @@ To disassociate a floating IP address from an instance: .. code-block:: console - $ nova floating-ip-disassociate INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS + $ openstack server remove floating ip INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS To remove the floating IP address from a project: .. code-block:: console - $ openstack server remove floating ip INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS + $ openstack floating ip delete FLOATING_IP_ADDRESS The IP address is returned to the pool of IP addresses that is available for all projects. If the IP address is still associated with a running