#!/bin/bash
set -eux

os-svc-enable -n neutron-dhcp-agent

service neutron-dhcp-agent restart
