From af82ed8a74fd083d19110d26f895fa7e4391b8fd Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Thu, 3 Oct 2019 13:55:35 -0500 Subject: Set jump to be default GW for the public network Change-Id: I69777db996e61d231e69da51df0c2b5097aec32b Signed-off-by: Kaspars Skels --- tools/files/heat-public-net-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/files/heat-public-net-deployment.yaml b/tools/files/heat-public-net-deployment.yaml index 5309d1a..5ddfd90 100644 --- a/tools/files/heat-public-net-deployment.yaml +++ b/tools/files/heat-public-net-deployment.yaml @@ -23,11 +23,11 @@ parameters: subnet_gateway: type: string - default: 10.10.175.1 + default: 10.10.175.20 subnet_pool_start: type: string - default: 10.10.175.11 + default: 10.10.175.29 subnet_pool_end: type: string -- cgit 1.2.3-korg