#!/bin/bash
set -eux
set -o pipefail

os-svc-enable -an keystone

os-svc-restart -an keystone
