Bug 1323434 - Cannot disassociate floating IP -- Error 500
Summary: Cannot disassociate floating IP -- Error 500
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: async
: 6.0 (Juno)
Assignee: Lee Yarwood
QA Contact: Prasanth Anbalagan
URL:
Whiteboard:
: 1322858 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-03 00:51 UTC by David Peacock
Modified: 2019-10-10 11:46 UTC (History)
20 users (show)

Fixed In Version: openstack-nova-2014.2.3-67.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-26 15:39:28 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0691 0 normal SHIPPED_LIVE openstack-nova bug fix advisory 2016-04-26 19:39:08 UTC

Comment 11 Lee Yarwood 2016-04-03 08:48:44 UTC
*** Bug 1322858 has been marked as a duplicate of this bug. ***

Comment 20 Prasanth Anbalagan 2016-04-19 19:37:02 UTC
Verified as follows,

***********
VERSION
***********

[root@seal17 ~(keystone_admin)]# yum list installed | grep openstack-nova
openstack-nova-api.noarch            2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-cert.noarch           2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-common.noarch         2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-compute.noarch        2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-conductor.noarch      2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-console.noarch        2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-novncproxy.noarch     2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-scheduler.noarch      2014.2.3-67.el7ost      @rhelosp-6.0-puddle
[root@seal17 ~(keystone_admin)]# 


*********
LOGS
*********
***********
VERSION
***********

[root@seal17 ~(keystone_admin)]# yum list installed | grep openstack-nova
openstack-nova-api.noarch            2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-cert.noarch           2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-common.noarch         2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-compute.noarch        2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-conductor.noarch      2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-console.noarch        2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-novncproxy.noarch     2014.2.3-67.el7ost      @rhelosp-6.0-puddle
openstack-nova-scheduler.noarch      2014.2.3-67.el7ost      @rhelosp-6.0-puddle
[root@seal17 ~(keystone_admin)]# 


*********
LOGS
*********

[root@seal17 ~(keystone_admin)]# nova list
+--------------------------------------+------+--------+------------+-------------+-----------------------------------+
| ID                                   | Name | Status | Task State | Power State | Networks                          |
+--------------------------------------+------+--------+------------+-------------+-----------------------------------+
| 262c9413-711d-43c1-a1c5-8683bebbdb1a | vm1  | ACTIVE | -          | Running     | private=192.168.0.2, 172.24.4.228 |
+--------------------------------------+------+--------+------------+-------------+-----------------------------------+
[root@seal17 ~(keystone_admin)]# 
[root@seal17 ~(keystone_admin)]# nova help floating-ip-disassociate
usage: nova floating-ip-disassociate <server> <address>

Disassociate a floating IP address from a server.

Positional arguments:
  <server>   Name or ID of server.
  <address>  IP Address.
[root@seal17 ~(keystone_admin)]# nova  floating-ip-disassociate vm1 172.24.4.228
[root@seal17 ~(keystone_admin)]# nova list
+--------------------------------------+------+--------+------------+-------------+---------------------+
| ID                                   | Name | Status | Task State | Power State | Networks            |
+--------------------------------------+------+--------+------------+-------------+---------------------+
| 262c9413-711d-43c1-a1c5-8683bebbdb1a | vm1  | ACTIVE | -          | Running     | private=192.168.0.2 |
+--------------------------------------+------+--------+------------+-------------+---------------------+
[root@seal17 ~(keystone_admin)]#

Comment 22 errata-xmlrpc 2016-04-26 15:39:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0691.html


Note You need to log in before you can comment on or make changes to this bug.