From: Thomas Goirand Date: Sun, 16 Dec 2012 03:32:44 +0000 (+0000) Subject: Allow ceilometer-dbsync to fail in postinst. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4b445581eab3c91dd70056073fa5ff6155b711a7;p=openstack-build%2Fceilometer-build.git Allow ceilometer-dbsync to fail in postinst. Rewritten-From: 556b0a392c1f32e3c82cd59f6187cba20f9522d7 --- diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index 5155a58..214751f 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -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#