Skip to content

Commit 2d57df3

Browse files
author
Eoghan Glynn
committed
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
1 parent be402e9 commit 2d57df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packstack/plugins/nova_300.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ def createcomputemanifest(config):
526526

527527
if config['CONFIG_CEILOMETER_INSTALL'] == 'y':
528528
manifestdata += getManifestTemplate(get_mq(config, "nova_ceilometer"))
529+
manifestdata += getManifestTemplate("nova_ceilometer.pp")
529530

530531
# According to the docs the only element that connects directly to nova compute
531532
# is nova scheduler

0 commit comments

Comments
 (0)