← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1579235] Re: FloatingIP is at status: ACTIVE. failed to reach status: DOWN

 

Reviewed:  https://review.openstack.org/315254
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=8cddec3bf41477ce0cab435808f08a407d516f36
Submitter: Jenkins
Branch:    master

commit 8cddec3bf41477ce0cab435808f08a407d516f36
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date:   Wed May 11 00:38:40 2016 -0700

    Fix grenade plugin
    
    Adds settings file is necessary to register the service.
    Fixes undefined reference in shutdown by copy-paste. :/
    
    Change-Id: I1c2129d581c00719766f80b802031f04b4a07a2a
    Closes-Bug: #1579235


** 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/1579235

Title:
  FloatingIP is at status: ACTIVE. failed  to reach status: DOWN

Status in neutron:
  Fix Released

Bug description:
  We've been seeing the following intermittent error for the past week
  in the Heat gate:

  
  Traceback (most recent call last):
    File "tempest/test.py", line 113, in wrapper
      return f(self, *func_args, **func_kwargs)
    File "tempest/scenario/test_network_basic_ops.py", line 404, in test_network_basic_ops
      msg="after disassociate "
    File "tempest/scenario/test_network_basic_ops.py", line 208, in check_public_network_connectivity
      self.check_floating_ip_status(floating_ip, floatingip_status)
    File "tempest/scenario/manager.py", line 897, in check_floating_ip_status
      st=status))
    File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 493, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'DOWN' != u'ACTIVE': FloatingIP: <"FloatingIP" addr="172.24.5.57" id="e697b957-68dd-44df-bd79-30e47b7098fc"> is at status: ACTIVE. failed  to reach status: DOWN

  
  Full log:
  http://logs.openstack.org/51/308051/4/check/gate-grenade-dsvm-heat/7c9f7e6/console.html

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


References