** 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/1157275
Title:
NoFloatingIpInterface: Interface eth0 not found
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Similar problem than bug #992008 but in different piece of code.
There have been a lot of patched since that bug, and now it happens
again.
In the line 555 of nova /nova/network/manager.py
https://github.com/openstack/nova/blob/stable/folsom/nova/network/manager.py
the function _associate_floating_ip is mising the interface
declaration. If I add it:
interface = FLAGS.public_interface or floating_ip['interface']
then the configuration flag overrides the database flag, which is
crucial for the multihost environments.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1157275/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp