From 52d00b2388f14d7753d2d3560c3a58f3e7245121 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Tue, 16 Jun 2015 11:27:32 -0700 Subject: [PATCH] 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 --- network/external.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/external.yaml b/network/external.yaml index e015dd88e1..bf4bdfe780 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: