aboutsummaryrefslogtreecommitdiffstats
path: root/network/external_v6.yaml
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2016-06-02 09:55:11 -0400
committerDimitri Savineau <dsavinea@redhat.com>2016-06-14 10:06:17 -0400
commit1fa4c02fc310163da351bacbf19f2d52b46e50b3 (patch)
tree8a4881c30cd316699455221d3893b0c277c89bb4 /network/external_v6.yaml
parentbcbb89a92141ecf650c0b5b4bad128f47659971d (diff)
Add gateway_ip in OS::Neutron::Subnet
This patch allows to : - disable the gateway ip for non routable network - use the first ip in the subnet - set the correct gateway on the external network Change-Id: Idc816c782856e93ecd339b3aca2a7f53c1564b1d Closes-bug: #1588379 Depends-On: I8ea6733fe46902e1baeff4ccfbcd42ecc5a1825f
Diffstat (limited to 'network/external_v6.yaml')
-rw-r--r--network/external_v6.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/external_v6.yaml b/network/external_v6.yaml
index 3e120f24..e0736ab7 100644
--- a/network/external_v6.yaml
+++ b/network/external_v6.yaml
@@ -42,6 +42,10 @@ parameters:
default: dhcpv6-stateful
description: Neutron subnet IPv6 router advertisement mode
type: string
+ ExternalInterfaceDefaultRoute:
+ default: '2001:db8:fd00:1000::1'
+ description: default route for the external network
+ type: string
resources:
ExternalNetwork:
@@ -62,6 +66,7 @@ resources:
name: {get_param: ExternalSubnetName}
network: {get_resource: ExternalNetwork}
allocation_pools: {get_param: ExternalAllocationPools}
+ gateway_ip: {get_param: ExternalInterfaceDefaultRoute}
outputs:
OS::stack_id: