Merge "Add network templates for multiple NIC configuration"
[apex-tripleo-heat-templates.git] / network / external.yaml
index e015dd8..e8f92a5 100644 (file)
@@ -12,7 +12,7 @@ parameters:
   ExternalNetValueSpecs:
     default: {'provider:physical_network': 'external', 'provider:network_type': 'flat'}
     description: Value specs for the external network.
-    type: string
+    type: json
   ExternalNetAdminStateUp:
     default: false
     description: This admin state of of the network.
@@ -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: