Allow ceilometer-dbsync to fail in postinst.
authorThomas Goirand <thomas@goirand.fr>
Sun, 16 Dec 2012 03:32:44 +0000 (03:32 +0000)
committerThomas Goirand <thomas@goirand.fr>
Sun, 16 Dec 2012 03:32:44 +0000 (03:32 +0000)
Rewritten-From: 556b0a392c1f32e3c82cd59f6187cba20f9522d7

trusty/debian/ceilometer-common.postinst.in

index 5155a5871d2897dbc0c0fc0290f74da59ffda84c..214751fe6a04b92a41cc2222c4948448e9ddd431 100644 (file)
@@ -11,7 +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
+       /usr/bin/ceilometer-dbsync || true
 fi
 
 #DEBHELPER#