Install ceilometer compute agent on nova-cpu nodes

Previously, the installation of the ceilometer compute agent was
mistakenly dropped on the floor as an unintended side effect of
the separation of rabbitmq and qpid config.

Now, this oversight is addressed, so that the compute agent is
successfully installed on nova-cpu nodes.

Change-Id: I163bafeda34fcccd749946bb109ea89cbf28393f
Closes-bug: #1318383
This commit is contained in:
Eoghan Glynn
2014-05-11 18:35:28 +01:00
parent be402e97e8
commit 2d57df37a3

View File

@@ -526,6 +526,7 @@ def createcomputemanifest(config):
if config['CONFIG_CEILOMETER_INSTALL'] == 'y':
manifestdata += getManifestTemplate(get_mq(config, "nova_ceilometer"))
manifestdata += getManifestTemplate("nova_ceilometer.pp")
# According to the docs the only element that connects directly to nova compute
# is nova scheduler