#!/bin/bash
set -eux

modprobe nbd || true

os-svc-enable -n nova-compute

os-svc-restart -n nova-compute
