From 792207100b9bf7c656312898837ae3a8a8bf4a2b Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Fri, 19 Nov 2021 13:48:46 -0300 Subject: [PATCH] Source admin credentials for manila setup A change that stops loading credentials from userrc_early file [1] was merged. Creating resources using the python-manilaclient requires some parameters that were set while loading such file. This change starts loading the credentials during the manila setup, so the client can normally create the resources. Change-Id: Id872f6e62b6464544a4edfbc2d3e7c954042f6e2 --- devstack/plugin.sh | 3 +++ 1 file changed, 3 insertions(+) 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 # ------------