From 0e80624191d3dde98858f93e7e34a29d6b83a948 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 3 Apr 2018 15:16:30 +0000 Subject: [PATCH] Export OS_CACERT after sourcing .stackenv file This makes sure that it is available to subprocesses like the other authentication data. Change-Id: I513b7c2620b171ce20a1ceb5536226f3a69f2b82 Closes-Bug: 1760901 --- openrc | 1 + 1 file changed, 1 insertion(+) diff --git a/openrc b/openrc index 23c173c8a1..a204a74a74 100644 --- a/openrc +++ b/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