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
|
# Load the last env variables if available
|
||||||
if [[ -r $RC_DIR/.stackenv ]]; then
|
if [[ -r $RC_DIR/.stackenv ]]; then
|
||||||
source $RC_DIR/.stackenv
|
source $RC_DIR/.stackenv
|
||||||
|
export OS_CACERT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get some necessary configuration
|
# Get some necessary configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user