diff --git a/keystone/bootstrap.sh b/keystone/bootstrap.sh index 8a5d283..e6e1707 100755 --- a/keystone/bootstrap.sh +++ b/keystone/bootstrap.sh @@ -47,4 +47,9 @@ if [[ $? == 1 ]]; then openstack role create user fi +# Run post-keystone.sh script, if it exists +if [ -f "/usr/bin/post-keystone.sh" ]; then + /usr/bin/post-keystone.sh +fi + tail -f /var/log/*