Merge "Export OS_CACERT after sourcing .stackenv file"

This commit is contained in:
Zuul 2018-06-11 18:49:10 +00:00 committed by Gerrit Code Review
commit 330f19b860
1 changed files with 1 additions and 0 deletions

1
openrc
View File

@ -29,6 +29,7 @@ source $RC_DIR/stackrc
# Load the last env variables if available
if [[ -r $RC_DIR/.stackenv ]]; then
source $RC_DIR/.stackenv
export OS_CACERT
fi
# Get some necessary configuration