From 3c54cd78b23a62a3a4ff1426cd8a9065e9fb6918 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 27 Jan 2016 10:45:43 -0600 Subject: modified the environment file so that all containers will get registered with MAAS. Change-Id: If2af0ea55291fe54615f2aaeadc54dba7e56a99b --- ci/deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 6005eb1d..63d550a6 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -110,6 +110,7 @@ deploy() { echo " enable-os-upgrade: false" >> environments.yaml echo " admin-secret: admin" >> environments.yaml echo " default-series: trusty" >> environments.yaml + echo " address-allocation: true" >> environments.yaml cp environments.yaml ~/.juju/ -- cgit 1.2.3-korg