#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    sudo -u ceilometer -- ceilometer-dbsync --config-file /etc/ceilometer/ceilometer.conf
fi
