unifying utils and ceilometer_utils

This commit is contained in:
yolanda.robla@canonical.com
2013-03-15 14:36:54 +01:00
parent b553263358
commit 06cef8db49
3 changed files with 140 additions and 73 deletions

View File

@@ -9,7 +9,7 @@ import ceilometer_utils
def install():
utils.configure_source()
utils.install(*ceilometer_utils.CEILOMETER_PACKAGES)
utils.install(*ceilometer_utils.CEILOMETER_AGENT_PACKAGES)
utils.modify_config_file(ceilometer_utils.NOVA_CONF,
ceilometer_utils.NOVA_SETTINGS)