← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1290767] [NEW] Error. Unable to associate floating ip in nova.network.neutronv2.api in _get_port_id_by_fixed_address

 

Public bug reported:

Stacktrace (most recent call last):

  File "nova/api/openstack/compute/contrib/floating_ips.py", line 255, in _add_floating_ip
    fixed_address=fixed_address)
  File "nova/network/api.py", line 50, in wrapper
    res = f(self, context, *args, **kwargs)
  File "nova/network/neutronv2/api.py", line 649, in associate_floating_ip
    fixed_address)
  File "nova/network/neutronv2/api.py", line 634, in _get_port_id_by_fixed_address
    raise exception.FixedIpNotFoundForAddress(address=address)

Surely Nova should retry an assignment if the port is not ready?

This was created by a tempest test suite.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1290767

Title:
  Error. Unable to associate floating ip in nova.network.neutronv2.api
  in _get_port_id_by_fixed_address

Status in OpenStack Compute (Nova):
  New

Bug description:
  Stacktrace (most recent call last):

    File "nova/api/openstack/compute/contrib/floating_ips.py", line 255, in _add_floating_ip
      fixed_address=fixed_address)
    File "nova/network/api.py", line 50, in wrapper
      res = f(self, context, *args, **kwargs)
    File "nova/network/neutronv2/api.py", line 649, in associate_floating_ip
      fixed_address)
    File "nova/network/neutronv2/api.py", line 634, in _get_port_id_by_fixed_address
      raise exception.FixedIpNotFoundForAddress(address=address)

  Surely Nova should retry an assignment if the port is not ready?

  This was created by a tempest test suite.

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


Follow ups

References