Subscribe quantum/neutron.conf to NeutronComputeContext() to ensure package installation prior to actually rendering file.
This commit is contained in:
parent
11af972142
commit
570df36fff
@ -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()],
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user