nova-manage allows to create duplicate floating ips

Bug #898585 reported by Sateesh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Won't Fix
Medium
Ivan Kolodyazhny

Bug Description

The FloatingIp table is created such that id is primary key and address field can be duplicated.
>> id = Column(Integer, primary_key=True)
>> address = Column(String(255))

Thierry Carrez (ttx)
Changed in nova:
importance: Undecided → Medium
status: New → Confirmed
Ivan Kolodyazhny (e0ne)
Changed in nova:
assignee: nobody → Ivan kolodyazhny (e0ne)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/2756

Changed in nova:
status: Confirmed → In Progress
Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Here is my fix propose https://review.openstack.org/2756

Revision history for this message
Thierry Carrez (ttx) wrote :

We don't use nova-manage for that anymore.

Changed in nova:
status: In Progress → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.