[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v14 03/24] ts-openstack-deploy: Set http proxy
From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> This allows ./stack.sh to access the global internet. CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-openstack-deploy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts-openstack-deploy b/ts-openstack-deploy index 6f061eb..d2971f5 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, <<END, 1800); set -e + $httpproxy cd $builddir/devstack ./stack.sh 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 |