[Openstack] Passing parameters from Quantum manager to Nova compute

Jason Kölker jkoelker at rackspace.com
Wed Jun 6 20:26:02 UTC 2012


On Wed, 2012-06-06 at 21:35 +0300, Rami Cohen wrote:
> Hi,
> While Quantum manager may communicate with compute nodes using a quantum
> agent, in some cases when Quantum is integrated with Nova, the agent may
> not be needed (while it can be used for enhanced services). In this cases,
> when the Quantum VIF driver (which is part of Nova compute) is used for VM
> provisioning/terminating/restarting utilizing the existing Nova
> infrastructure, it may be required to pass parameters from the quantum
> manager to the Quantum driver. Nevertheless, in current Nova architecture
> the Nova network does not pass the values returned from the quantum Manager
> to the compute nodes.
> I really think that passing the Quantum manager values to the Quantum VIF
> driver is really important for Quantum agent less implementation and it is
> quite an easy change to make.

You can pass any values you want in the NetworkModel's various metadata
fields, with the caveat that you must ensure that it is not required for
other network managers.

Happy Hacking!

7-11





More information about the Openstack mailing list