[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ts-openstack-deploy: Keep CURL_CA_BUNDLE when sudo is called
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@xxxxxxxxxx> --- 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 --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 } -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |