Newer
Older
CMD="/usr/bin/keystone-all"
ARGS=""
# loading common functions
source /opt/kolla/kolla-common.sh
# Bootstrap and exit if BOOTSTRAP variable is set
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
su -c "keystone-manage db_sync" keystone
exit 0