#!/bin/bash
set -eux
set -o pipefail

if os-is-bootstrap-host ; then
    sudo -u keystone -- keystone-manage db_sync
fi
