From 15dfed28a3384c2bbd322e9b33a86ead9a5c9b26 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 13 Dec 2012 17:03:23 +0000 Subject: [PATCH] * Calling ceilometer-dbsync in the postinst of ceilometer-common * Installs ceilometer-dbsync in ceilometer-common Rewritten-From: 37a84fa355531c4ddd5e068250de424ed4fd7cc6 --- trusty/debian/ceilometer-common.install | 1 + trusty/debian/ceilometer-common.postinst.in | 1 + 2 files changed, 2 insertions(+) diff --git a/trusty/debian/ceilometer-common.install b/trusty/debian/ceilometer-common.install index c0f51cf..9cc734e 100644 --- a/trusty/debian/ceilometer-common.install +++ b/trusty/debian/ceilometer-common.install @@ -1 +1,2 @@ tools/show_data.py usr/share/doc/ceilometer +/usr/bin/ceilometer-dbsync diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index 9aabb78..5155a58 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -11,6 +11,7 @@ if [ "$1" = "configure" ]; then pkgos_write_new_conf ceilometer ceilometer.conf pkgos_write_new_conf ceilometer policy.json pkgos_write_new_conf ceilometer sources.json + /usr/bin/ceilometer-dbsync fi #DEBHELPER# -- 2.32.3