X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fexternal.yaml;h=3b24da7ed83591113339a8faf5e750ba16e0242a;hb=512e953f3c8df27d0a686e43f950fd2d457933bc;hp=e015dd88e10cd971cffd0216aa0e37cedee3f2d1;hpb=2f3116ab9f72700b572e3c8d0e8c8e37c1716633;p=apex-tripleo-heat-templates.git diff --git a/network/external.yaml b/network/external.yaml index e015dd88..3b24da7e 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -12,10 +12,10 @@ 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. + description: This admin state of the network. type: boolean ExternalNetEnableDHCP: default: false @@ -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: