From 29b868572916a3dd5621a9bf73401a808e521efc Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 22 Jan 2016 11:51:47 -0600 Subject: remove sticky ip address. Change-Id: I8bd216637b25af518b70369b62bcd86d7bb1822c (cherry picked from commit b7b52bd91a3882d7556388f46d2231dc3b6f561d) --- ci/deployment.yaml | 4 ++-- ci/maas/default/deployment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/deployment.yaml b/ci/deployment.yaml index 90b284b9..8ebfd5aa 100644 --- a/ci/deployment.yaml +++ b/ci/deployment.yaml @@ -11,8 +11,8 @@ demo-maas: arch: amd64 pool: default disk_size: 20G - sticky_ip_address: - requested_address: 192.168.122.25 +# sticky_ip_address: +# requested_address: 192.168.122.25 maas: # Defines the general setup for the MAAS environment, including the diff --git a/ci/maas/default/deployment.yaml b/ci/maas/default/deployment.yaml index 90b284b9..8ebfd5aa 100644 --- a/ci/maas/default/deployment.yaml +++ b/ci/maas/default/deployment.yaml @@ -11,8 +11,8 @@ demo-maas: arch: amd64 pool: default disk_size: 20G - sticky_ip_address: - requested_address: 192.168.122.25 +# sticky_ip_address: +# requested_address: 192.168.122.25 maas: # Defines the general setup for the MAAS environment, including the -- cgit 1.2.3-korg