From ed15ca8d92fbaec77d7e7af167cd2021bfbed6e4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 24 Apr 2017 14:04:43 +0000 Subject: [PATCH] ts-openstack-deploy: Set http proxy This allows ./stack.sh to access the global internet. CC: Anthony PERARD Signed-off-by: Ian Jackson --- ts-openstack-deploy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts-openstack-deploy b/ts-openstack-deploy index 6f061ebc..d2971f51 100755 --- a/ts-openstack-deploy +++ b/ts-openstack-deploy @@ -136,8 +136,11 @@ END } sub deploy() { + my $httpproxy = http_proxy_envsettings($ho); + target_cmd($ho, <