← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 973730] Re: floating address failure triggered during tempest

 

This bug lacks the necessary information to effectively reproduce and
fix it, therefore it has been closed. Feel free to reopen the bug by
providing the requested information and set the bug status back to
''New''.

** Changed in: nova
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/973730

Title:
  floating address failure triggered during tempest

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  Running tempest against a 3 node devstack cluster on milestone-
  proposed (clean install). I get a failure during:

  Positive test:Dissociate the provided floating IP ... ERROR

  There is an exception in nova-network that is as follows:

  2012-04-04 16:14:38 DEBUG nova.rpc.amqp [req-1cab7727-0c54-4e45-91cd-87ff0b8f720a 7600e9aae89b4ad48d4d3f887b653772 6b2a6bbbc14f4f65a959a77842f8e759] unpacked context: {'user_id': u'7600e9aae89b4ad48d4d3f887b653772', 'roles': [u'anotherrole', u'Member', u'admin'], 'timestamp': '2012-04-04T20:14:37.889105', 'auth_token': '<SANITIZED>', 'remote_address': u'9.114.219.81', 'is_admin': False, 'request_id': u'req-1cab7727-0c54-4e45-91cd-87ff0b8f720a', 'project_id': u'6b2a6bbbc14f4f65a959a77842f8e759', 'read_deleted': u'no'} from (pid=3511) _safe_log /opt/stack/nova/nova/rpc/common.py:160
  2012-04-04 16:14:38 ERROR nova.rpc.amqp [req-1cab7727-0c54-4e45-91cd-87ff0b8f720a 7600e9aae89b4ad48d4d3f887b653772 6b2a6bbbc14f4f65a959a77842f8e759] Exception during message handling
  2012-04-04 16:14:38 TRACE nova.rpc.amqp Traceback (most recent call last):
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/rpc/amqp.py", line 252, in _process_data
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     rval = node_func(context=ctxt, **node_args)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/network/manager.py", line 258, in wrapped
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     return func(self, context, *args, **kwargs)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/network/manager.py", line 443, in associate_floating_ip
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     floating_address)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/db/api.py", line 304, in floating_ip_get_by_address
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     return IMPL.floating_ip_get_by_address(context, address)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 120, in wrapper
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     return f(*args, **kwargs)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp   File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 774, in floating_ip_get_by_address
  2012-04-04 16:14:38 TRACE nova.rpc.amqp     raise exception.FloatingIpNotFoundForAddress(address=address)
  2012-04-04 16:14:38 TRACE nova.rpc.amqp FloatingIpNotFoundForAddress: Floating ip not found for address 0.0.0.0.
  2012-04-04 16:14:38 TRACE nova.rpc.amqp

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