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

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