commit | 87c0de5240d33cf053815d90ba8e766958f412bb | [log] [tgz] |
---|---|---|
author | Jens Harbott <j.harbott@x-ion.de> | Tue Apr 03 15:16:30 2018 +0000 |
committer | Jens Harbott <j.harbott@x-ion.de> | Wed Apr 04 08:11:50 2018 +0000 |
tree | 8c6ef8815d80ea7afc6c37f4f3d37c7442a526be | |
parent | 3aa49eabd818f7dbd20589f5584ba606ba820fbe [diff] [blame] |
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
diff --git a/openrc b/openrc index 37724c5..01ec6c6 100644 --- a/openrc +++ b/openrc
@@ -29,6 +29,7 @@ # 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