Skip to content

Commit 330f19b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Export OS_CACERT after sourcing .stackenv file"
2 parents ea2aff9 + 87c0de5 commit 330f19b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ source $RC_DIR/stackrc
2929
# Load the last env variables if available
3030
if [[ -r $RC_DIR/.stackenv ]]; then
3131
source $RC_DIR/.stackenv
32+
export OS_CACERT
3233
fi
3334

3435
# Get some necessary configuration

0 commit comments

Comments
 (0)