Skip to content

Commit c69c800

Browse files
Tests remove ps6 support (#66)
* Remove support for openstack ps6 * add no_proxy support in spread.yaml
1 parent ed59be3 commit c69c800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spread.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ prepare: |
8383
lxd.lxc config set core.proxy_https "$https_proxy"
8484
lxd.lxc profile set default environment.https_proxy "$https_proxy"
8585
fi
86+
if [ -n "${no_proxy:-}" ]; then
87+
lxd.lxc profile set default environment.no_proxy "$no_proxy"
88+
fi
8689
lxd init --auto
8790
8891
# Either use pregenerated spread if exists or build it

0 commit comments

Comments
 (0)