#!/bin/bash
set -eux

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