diff --git a/devstack/plugin.sh b/devstack/plugin.sh index ed3e1ecced..c1fc154bcc 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -7,6 +7,9 @@ XTRACE=$(set +o | grep xtrace) set -o xtrace +# Source openrc credentials +source $TOP_DIR/openrc admin admin + # Entry Points # ------------