#!/bin/bash
set -eux

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