← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1449049] Re: Floatingip status is empty for an HA router.

 

Reviewed:  https://review.openstack.org/177777
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=30e048d222c23c8fa07f70fa2d6a820fa0c88e0c
Submitter: Jenkins
Branch:    master

commit 30e048d222c23c8fa07f70fa2d6a820fa0c88e0c
Author: sridhargaddam <sridhar.gaddam@xxxxxxxxxxxx>
Date:   Mon Apr 27 14:06:59 2015 +0000

    Fix floatingip status for an HA router
    
    When we associate a floatingip in an HA router setup, it is properly
    associated. However, when we check the status of the Floating ip, it
    is shown as empty.  The L3 agent ha_router implementation never sets
    the status of the floating IP when it's added.  This behavior blocks
    tempest scenario tests that use FIPs when run against a deployment
    with L3 agent HA routers.  This fix sets the FIP status to active
    when the FIP is added by an HaRouter instance.
    
    Co-Authored-By: Assaf Muller <amuller@xxxxxxxxxx>
    Closes-Bug: #1449049
    Change-Id: I7a3de36b64132e483a927ce9fed30777e84df96a


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1449049

Title:
  Floatingip status is empty for an HA router.

Status in neutron:
  Fix Released

Bug description:
  When we associate a floatingip in an HA router setup, it is properly associated. 
  However, when we check the status of the Floating ip, it is shown as empty.

  $neutron floatingip-show 2675730e-6e9f-438d-be8a-0d45c641cf7a
  +---------------------+--------------------------------------+
  | Field               | Value                                |
  +---------------------+--------------------------------------+
  | fixed_ip_address    | 10.0.0.3                             |
  | floating_ip_address | 172.24.4.3                           |
  | floating_network_id | 074aa016-0da2-4000-8493-7511bc3e1789 |
  | id                  | 2675730e-6e9f-438d-be8a-0d45c641cf7a |
  | port_id             | 700c1977-98a8-4009-bdcc-bd4e8493b4bb |
  | router_id           | c82c091e-d4e8-4e8c-9d29-8eb80ed16224 |
  | status              |                                      |
  | tenant_id           | 5bb32fcba8d141b7b5db9de07ef31d88     |
  +---------------------+--------------------------------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1449049/+subscriptions


References