#!/bin/bash
set -eux

modprobe nbd || true

chown -R nova:nova /var/run/nova

service nova-compute restart
