#!/bin/bash
set -eu

keystone-manage db_sync

os-svc-enable -n keystone

os-svc-restart -n keystone
