diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-06-17 20:29:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-06-17 20:29:43 +0000 |
commit | 6475dbdf4ef7b8dc5faf7d50e1d29222efb0bcf1 (patch) | |
tree | ef141f62c7d1e89343fd4affb04574312ecb498d /network/external.yaml | |
parent | 4827a841a2cd91d4d2b2101e1c01ed7820d54838 (diff) | |
parent | 52d00b2388f14d7753d2d3560c3a58f3e7245121 (diff) |
Merge "Fix allocation pool in external.yaml"
Diffstat (limited to 'network/external.yaml')
-rw-r--r-- | network/external.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/external.yaml b/network/external.yaml index e015dd88..bf4bdfe7 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -54,7 +54,7 @@ resources: enable_dhcp: {get_param: ExternalNetEnableDHCP} name: {get_param: ExternalSubnetName} network: {get_resource: ExternalNetwork} - allocation_pools: {get_resource: ExternalAllocationPools} + allocation_pools: {get_param: ExternalAllocationPools} outputs: OS::stack_id: |