X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Finternal_api_v6.yaml;h=0688f1383a250e83dedd48b1b2affb015fc3d194;hb=782f68c8fd6df1c3ee00fd19d5a8ff9447689d72;hp=68c14fbe9be644a7e31aebf617f8270039e14f3f;hpb=d1e59ff7205d950ddc1fc30276d90c56fadd944b;p=apex-tripleo-heat-templates.git diff --git a/network/internal_api_v6.yaml b/network/internal_api_v6.yaml index 68c14fbe..0688f138 100644 --- a/network/internal_api_v6.yaml +++ b/network/internal_api_v6.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +heat_template_version: pike description: > Internal API network. Used for most APIs, Database, RPC. @@ -16,7 +16,7 @@ parameters: type: json InternalApiNetAdminStateUp: default: false - description: This admin state of of the network. + description: The admin state of the network. type: boolean InternalApiNetShared: default: false @@ -62,8 +62,11 @@ resources: name: {get_param: InternalApiSubnetName} network: {get_resource: InternalApiNetwork} allocation_pools: {get_param: InternalApiAllocationPools} + gateway_ip: null outputs: OS::stack_id: description: Neutron internal network value: {get_resource: InternalApiNetwork} + subnet_cidr: + value: {get_attr: InternalApiSubnet, cidr}