aboutsummaryrefslogtreecommitdiffstats
path: root/network/internal_api_v6.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-16 01:38:25 +0000
committerGerrit Code Review <review@openstack.org>2017-08-16 01:38:25 +0000
commit872d7659cb088039e3f88e86e4b5fc6c23e89784 (patch)
tree7b9f82562ab84242028cdc012b501cdbd19d53c8 /network/internal_api_v6.yaml
parentb900cfc76382d2060c98b597cd37beff82b2e944 (diff)
parenta465b8dddf44f0d9e34190f680deda387f303b60 (diff)
Merge "Convert network templates to be rendered via j2"
Diffstat (limited to 'network/internal_api_v6.yaml')
-rw-r--r--network/internal_api_v6.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/internal_api_v6.yaml b/network/internal_api_v6.yaml
index 7264b1c0..6a0912e2 100644
--- a/network/internal_api_v6.yaml
+++ b/network/internal_api_v6.yaml
@@ -8,11 +8,11 @@ parameters:
InternalApiNetCidr:
# OpenStack uses the EUI-64 address format, which requires a /64 prefix
default: 'fd00:fd00:fd00:2000::/64'
- description: Cidr for the internal API network.
+ description: Cidr for the internal_api network.
type: string
InternalApiNetValueSpecs:
default: {'provider:physical_network': 'internal_api', 'provider:network_type': 'flat'}
- description: Value specs for the internal API network.
+ description: Value specs for the internal_api network.
type: json
InternalApiNetAdminStateUp:
default: false
@@ -24,15 +24,15 @@ parameters:
type: boolean
InternalApiNetName:
default: internal_api
- description: The name of the internal API network.
+ description: The name of the internal_api network.
type: string
InternalApiSubnetName:
default: internal_api_subnet
- description: The name of the internal API subnet in Neutron.
+ description: The name of the internal_api subnet in Neutron.
type: string
InternalApiAllocationPools:
default: [{'start': 'fd00:fd00:fd00:2000::10', 'end': 'fd00:fd00:fd00:2000:ffff:ffff:ffff:fffe'}]
- description: Ip allocation pool range for the internal API network.
+ description: Ip allocation pool range for the internal_api network.
type: json
IPv6AddressMode:
default: dhcpv6-stateful