floating ips associated to instance can not be used when nova-network restart

Bug #968019 reported by Yaguang Tang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Yaguang Tang

Bug Description

nova/network/manager.py
the fllowing code is outdate,thus,floating ip can not be configed when nova-network restarts.
284 for floating_ip in floating_ips:
 285 if floating_ip.get('fixed_ip', None):
 286 fixed_address = floating_ip['fixed_ip']['address']
 287 interface = floating_ip['interface']

Yaguang Tang (heut2008)
Changed in nova:
status: New → Confirmed
assignee: nobody → Yaguang Tang (heut2008)
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/5946

Changed in nova:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/5946
Committed: http://github.com/openstack/nova/commit/954de21488a9e3eb8364ec9185435ad8e4b2cd57
Submitter: Jenkins
Branch: master

commit 954de21488a9e3eb8364ec9185435ad8e4b2cd57
Author: Yaguang Tang <email address hidden>
Date: Thu Mar 29 15:15:38 2012 +0800

    fixed bug lp:968019 ,fix network manager init floating ip problem.

    Change-Id: If2507256abcb609e7e3ee45d1585b7ba85624dee

Changed in nova:
status: In Progress → Fix Committed
Devin Carlen (devcamcar)
Changed in nova:
milestone: none → folsom-1
importance: Undecided → Medium
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: folsom-1 → 2012.2
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.