#!/bin/bash
set -eux

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