#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    ironic-dbsync --config-file /etc/ironic/ironic.conf
fi
