diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-06-16 07:49:41 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-06-16 07:49:41 +0000 |
commit | f20e64479a8760b3794f58a7241e14f279772aeb (patch) | |
tree | 073e53fe8328b83742c8d7945e10f8f7cae72927 /network/tenant.yaml | |
parent | 601cf3631f8039d13948473f03a6642d3dc9d8e9 (diff) | |
parent | 344af04c0760f7944b49b783501582db92dc5fb9 (diff) |
Merge "Flexible IP allocations for isolated nets"
Diffstat (limited to 'network/tenant.yaml')
-rw-r--r-- | network/tenant.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/tenant.yaml b/network/tenant.yaml index db7f99f3..055b87b8 100644 --- a/network/tenant.yaml +++ b/network/tenant.yaml @@ -33,6 +33,10 @@ parameters: default: tenant_subnet description: The name of the tenant subnet in Neutron. type: string + TenantAllocationPools: + default: [{'start': '172.16.0.4', 'end': '172.16.0.250'}] + description: Ip allocation pool range for the tenant network. + type: json resources: TenantNetwork: @@ -50,6 +54,7 @@ resources: enable_dhcp: {get_param: TenantNetEnableDHCP} name: {get_param: TenantSubnetName} network: {get_resource: TenantNetwork} + allocation_pools: {get_param: TenantAllocationPools} outputs: OS::stack_id: |