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
This commit is contained in:
silvacarloss 2021-11-19 13:48:46 -03:00 committed by silvacarloss
parent 91e7430d97
commit 792207100b
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
XTRACE=$(set +o | grep xtrace)
set -o xtrace
# Source openrc credentials
source $TOP_DIR/openrc admin admin
# Entry Points
# ------------