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/external.yaml | |
parent | 601cf3631f8039d13948473f03a6642d3dc9d8e9 (diff) | |
parent | 344af04c0760f7944b49b783501582db92dc5fb9 (diff) |
Merge "Flexible IP allocations for isolated nets"
Diffstat (limited to 'network/external.yaml')
-rw-r--r-- | network/external.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/network/external.yaml b/network/external.yaml index e9aa5b32..e015dd88 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -33,7 +33,10 @@ parameters: default: external_subnet description: The name of the external subnet in Neutron. type: string - + ExternalAllocationPools: + default: [{'start': '10.0.0.4', 'end': '10.0.0.250'}] + description: Ip allocation pool range for the external network. + type: json resources: ExternalNetwork: @@ -51,6 +54,7 @@ resources: enable_dhcp: {get_param: ExternalNetEnableDHCP} name: {get_param: ExternalSubnetName} network: {get_resource: ExternalNetwork} + allocation_pools: {get_resource: ExternalAllocationPools} outputs: OS::stack_id: |