Consume data from neutron-plugin subordinates.

This commit is contained in:
James Page 2015-07-14 11:45:42 +01:00
parent 648b1c5d35
commit 8cc6963340

View File

@ -158,6 +158,10 @@ BASE_RESOURCE_MAP = {
interface='nova-ceilometer',
service='nova',
config_file=NOVA_CONF),
context.SubordinateConfigContext(
interface='neutron-plugin',
service='nova-compute',
config_file=NOVA_CONF),
InstanceConsoleContext(),
context.ZeroMQContext(),
context.NotificationDriverContext(),