#!/bin/bash
set -eu

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

os-svc-enable -n keystone

service keystone restart
