#!/bin/bash

/opt/stack/venvs/heat/bin/heat-manage db_sync

os-svc-enable -n heat-api
os-svc-enable -n heat-api-cfn
os-svc-enable -n heat-api-cloudwatch

service heat-api restart
service heat-api-cfn restart
service heat-api-cloudwatch restart
