diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-10-03 13:55:35 -0500 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-10-03 13:55:35 -0500 |
commit | af82ed8a74fd083d19110d26f895fa7e4391b8fd (patch) | |
tree | 617b08ef2ba227d7ba98898520e3bdb7050a7893 /tools/files | |
parent | cbbd7b9f691272918baa37395da07796f812402b (diff) |
Set jump to be default GW for the public network
Change-Id: I69777db996e61d231e69da51df0c2b5097aec32b
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'tools/files')
-rw-r--r-- | tools/files/heat-public-net-deployment.yaml | 4 |
1 files 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 |