* Calling ceilometer-dbsync in the postinst of ceilometer-common
authorThomas Goirand <thomas@goirand.fr>
Thu, 13 Dec 2012 17:03:23 +0000 (17:03 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Dec 2012 17:03:23 +0000 (17:03 +0000)
* Installs ceilometer-dbsync in ceilometer-common

Rewritten-From: 37a84fa355531c4ddd5e068250de424ed4fd7cc6

xenial/debian/ceilometer-common.install
xenial/debian/ceilometer-common.postinst.in

index c0f51cf3f90f3495e7c1cd0e74cd8451f9f91ef4..9cc734e75d161622c1aabc6a77268a1300c1ad93 100644 (file)
@@ -1 +1,2 @@
 tools/show_data.py usr/share/doc/ceilometer
+/usr/bin/ceilometer-dbsync
index 9aabb784ec9537a8720ea5320b6a985af781672c..5155a5871d2897dbc0c0fc0290f74da59ffda84c 100644 (file)
@@ -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#