Re: [Xen-devel] [OSSTEST PATCH] ts-openstack-deploy: Set http proxy

2017-04-25 Thread Ian Jackson
Anthony PERARD writes ("Re: [OSSTEST PATCH] ts-openstack-deploy: Set http proxy"): > The patch itself looks good, but I think http_proxy_envsettings only set > http_proxy, twice, but does not set https_proxy. Indeed. See my patch "proxy config: Actually set https_proxy too" posted today, when I

Re: [Xen-devel] [OSSTEST PATCH] ts-openstack-deploy: Set http proxy

2017-04-25 Thread Anthony PERARD
On Tue, Apr 25, 2017 at 04:14:32PM +0100, Ian Jackson wrote: > 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-de

[Xen-devel] [OSSTEST PATCH] ts-openstack-deploy: Set http proxy

2017-04-25 Thread Ian Jackson
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 a1c974f..d4c041d 100755 --- a/ts-openstack-deploy +++ b/ts-openstack