* Calling ceilometer-dbsync in the postinst of ceilometer-common
[openstack-build/ceilometer-build.git] / trusty / debian / ceilometer-common.postinst.in
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#