| Summary: | Cannot disassociate floating IP -- Error 500 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Peacock <dpeacock> |
| Component: | openstack-nova | Assignee: | Lee Yarwood <lyarwood> |
| Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 (Juno) | CC: | berrange, dasmith, dpeacock, eglynn, fahmed, jschluet, kchamart, lpeer, lyarwood, mschuppe, panbalag, rcernin, sbauza, scorcora, sferdjao, sgordon, sputhenp, srevivo, vaggarwa, vromanso |
| Target Milestone: | async | Keywords: | ZStream |
| Target Release: | 6.0 (Juno) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2014.2.3-67.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-26 15:39:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Comment 11
Lee Yarwood
2016-04-03 08:48:44 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)]# 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 |