From 87c0de5240d33cf053815d90ba8e766958f412bb 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 37724c552e..01ec6c6114 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