Merge "Export OS_CACERT after sourcing .stackenv file"
This commit is contained in:
commit
330f19b860
1
openrc
1
openrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user