diff options
author | Dan Sneddon <dsneddon@redhat.com> | 2015-06-16 11:27:32 -0700 |
---|---|---|
committer | Dan Sneddon <dsneddon@redhat.com> | 2015-06-16 11:27:32 -0700 |
commit | 52d00b2388f14d7753d2d3560c3a58f3e7245121 (patch) | |
tree | 5be9e6a85f780f57cf46cc41f59946732ff6dd19 /network | |
parent | 344af04c0760f7944b49b783501582db92dc5fb9 (diff) |
Fix allocation pool in external.yaml
The file network/external.yaml has a typo in the last commit. It
should have been a get_param instead of a get_resource. This
change fixes that line in that file.
Change-Id: Ibc0db0510e9b5dae3c4669a620c642357906cbc2
Diffstat (limited to 'network')
-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: |