aboutsummaryrefslogtreecommitdiffstats
path: root/network/external_v6.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-29 23:52:33 +0000
committerGerrit Code Review <review@openstack.org>2016-09-29 23:52:33 +0000
commit52310a22439bce232243edf6c417c729dd2fe13f (patch)
treeeb6f92db5bdbb462d572d5141a5915d67d918ae9 /network/external_v6.yaml
parent4cdc4fc67361b175d90f6b2807c26b5ee78c8282 (diff)
parent1fa4c02fc310163da351bacbf19f2d52b46e50b3 (diff)
Merge "Add gateway_ip in OS::Neutron::Subnet"
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: