yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15663
[Bug 1306009] Re: nova-api-metadata requires db access when configured with nova-network
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1306009
Title:
nova-api-metadata requires db access when configured with nova-network
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) icehouse series:
Fix Released
Bug description:
When nova-network is being used, nova-api-metadata requires db access
which in some configurations means the compute nodes still connect to
the database.
It connects to the db when trying to map the fixed ip address to an
instance uuid:
fixed_ip = network.API().get_fixed_ip_by_address(ctxt, address)
This should be changed to do an rpc call to conductor.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1306009/+subscriptions
References