diff mbox

ts-openstack-deploy: Keep CURL_CA_BUNDLE when sudo is called

Message ID 20170427141557.24039-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Anthony PERARD April 27, 2017, 2:15 p.m. UTC
This is part of commit "ts-openstack-deploy: set CURL_CA_BUNDLE" but
also allow pip to work when it is called via sudo without preserving the
existing environment variables.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---

This patch is on top of your wip.openstack branch,
the whole branch can be found here:

https://xenbits.xen.org/git-http/people/aperard/osstest.git openstack-nova-v11

---
 ts-openstack-deploy | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/ts-openstack-deploy b/ts-openstack-deploy
index 119958b..fa2bda5 100755
--- a/ts-openstack-deploy
+++ b/ts-openstack-deploy
@@ -133,6 +133,7 @@  END
     target_putfilecontents_root_stash($ho, 100,
         <<END, "/etc/sudoers.d/devstack");
 osstest ALL=(ALL) NOPASSWD:ALL
+Defaults:osstest env_keep += "CURL_CA_BUNDLE"
 END
 }