diff --git a/packstack/plugins/nova_300.py b/packstack/plugins/nova_300.py index 0587ca081..3f5f4f908 100644 --- a/packstack/plugins/nova_300.py +++ b/packstack/plugins/nova_300.py @@ -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