get_floating_ips_by_fixed_address in network_api is broken

Bug #871984 reported by Jason Kölker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Jason Kölker

Bug Description

    def get_floating_ips_by_fixed_address(self, context, fixed_address):
        return rpc.call(context,
                        FLAGS.network_topic,
                        {'method': 'get_floating_ips_by_fixed_address',
                         'args': {'address': address}})

Fixed_address is passed in but address is being used which is undefined.

Revision history for this message
Jason Kölker (jason-koelker) wrote :

Actually it looks like they are just defined twice.

Changed in nova:
assignee: nobody → Jason Kölker (jason-koelker)
Revision history for this message
Jason Kölker (jason-koelker) wrote :
Changed in nova:
status: New → In Progress
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/nova

Reviewed: https://review.openstack.org/829
Committed: http://github.com/openstack/nova/commit/9146f7b55997fdf8affb8e6475cd5739c0a8e948
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 9146f7b55997fdf8affb8e6475cd5739c0a8e948
Author: Jason K��lker <email address hidden>
Date: Mon Oct 10 15:11:38 2011 -0500

    Remove duplicated functions.

    Fixes LP871984

    Change-Id: I9ddcea12691ecfb276606a06c6f8e7be886e836b

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → essex-1
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: essex-1 → 2012.1
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.