#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    sudo -u cinder -- cinder-manage db sync
fi
