← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** 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/1306009

Title:
  nova-api-metadata requires db access when configured with nova-network

Status in OpenStack Compute (Nova):
  New

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


Follow ups

References