#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    su -s /bin/bash -c 'cinder-manage db sync' cinder
fi
