Subscribe quantum/neutron.conf to NeutronComputeContext() to ensure package installation prior to actually rendering file.

This commit is contained in:
Adam Gandelman 2013-09-24 10:11:51 -07:00
parent 11af972142
commit 570df36fff
2 changed files with 3 additions and 3 deletions

View File

@ -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()],
}
}

View File

@ -1 +1 @@
128
129