#!/bin/bash
set -eux

nova-baremetal-manage db sync

os-svc-enable -n nova-baremetal-deploy-helper

os-svc-restart -n nova-baremetal-deploy-helper
