#!/bin/bash
set -eux

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