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/internal_api.yaml | |
parent | 601cf3631f8039d13948473f03a6642d3dc9d8e9 (diff) | |
parent | 344af04c0760f7944b49b783501582db92dc5fb9 (diff) |
Merge "Flexible IP allocations for isolated nets"
Diffstat (limited to 'network/internal_api.yaml')
-rw-r--r-- | network/internal_api.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/internal_api.yaml b/network/internal_api.yaml index 5abfb117..c7e822e9 100644 --- a/network/internal_api.yaml +++ b/network/internal_api.yaml @@ -33,6 +33,10 @@ parameters: default: internal_api_subnet description: The name of the internal API subnet in Neutron. type: string + InternalApiAllocationPools: + default: [{'start': '172.16.2.4', 'end': '172.16.2.250'}] + description: Ip allocation pool range for the internal API network. + type: json resources: InternalApiNetwork: @@ -50,6 +54,7 @@ resources: enable_dhcp: {get_param: InternalApiNetEnableDHCP} name: {get_param: InternalApiSubnetName} network: {get_resource: InternalApiNetwork} + allocation_pools: {get_param: InternalApiAllocationPools} outputs: OS::stack_id: |