X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Finternal_api.yaml;h=090e38f73018638c91535c0fe791839b6db00d89;hb=7fa038f1a42672459013e7f60e941af6e7b82f48;hp=c7e822e9777a203e4bd1acd6bf3abcd71f7990f9;hpb=e156bd1bb63389e1af0ee13c85f74f55054a40ad;p=apex-tripleo-heat-templates.git diff --git a/network/internal_api.yaml b/network/internal_api.yaml index c7e822e9..090e38f7 100644 --- a/network/internal_api.yaml +++ b/network/internal_api.yaml @@ -12,10 +12,10 @@ parameters: InternalApiNetValueSpecs: default: {'provider:physical_network': 'internal_api', 'provider:network_type': 'flat'} description: Value specs for the internal API network. - type: string + type: json InternalApiNetAdminStateUp: default: false - description: This admin state of of the network. + description: This admin state of the network. type: boolean InternalApiNetEnableDHCP: default: false @@ -55,6 +55,7 @@ resources: name: {get_param: InternalApiSubnetName} network: {get_resource: InternalApiNetwork} allocation_pools: {get_param: InternalApiAllocationPools} + gateway_ip: null outputs: OS::stack_id: