Subscribe quantum/neutron.conf to NeutronComputeContext() to ensure package installation prior to actually rendering file.
This commit is contained in:
@@ -90,7 +90,7 @@ QUANTUM_CONF = '/etc/quantum/quantum.conf'
|
||||
QUANTUM_RESOURCES = {
|
||||
QUANTUM_CONF: {
|
||||
'services': [],
|
||||
'contexts': [context.AMQPContext()],
|
||||
'contexts': [context.AMQPContext(), NeutronComputeContext()],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ NEUTRON_CONF = '/etc/neutron/neutron.conf'
|
||||
NEUTRON_RESOURCES = {
|
||||
NEUTRON_CONF: {
|
||||
'services': [],
|
||||
'contexts': [context.AMQPContext()],
|
||||
'contexts': [context.AMQPContext(), NeutronComputeContext()],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user