← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1306009] Re: nova-api-metadata requires db access when configured with nova-network

 

** Also affects: nova/icehouse
   Importance: Undecided
       Status: New

** Changed in: nova/icehouse
       Status: New => Fix Committed

** Changed in: nova/icehouse
    Milestone: None => 2014.1.1

-- 
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 Committed
Status in OpenStack Compute (nova) icehouse series:
  Fix Committed

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