X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Finternal_api.yaml;h=7ff0dafdc480895a4e82c615b4ffcf0adde1f5d0;hb=951ba92f55f184fd342bc5e7af11113c6b3b10b6;hp=090e38f73018638c91535c0fe791839b6db00d89;hpb=d601d64e110f5dfd3e471adc82ad8f898158c175;p=apex-tripleo-heat-templates.git diff --git a/network/internal_api.yaml b/network/internal_api.yaml index 090e38f7..7ff0dafd 100644 --- a/network/internal_api.yaml +++ b/network/internal_api.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. @@ -15,7 +15,7 @@ parameters: type: json InternalApiNetAdminStateUp: default: false - description: This admin state of the network. + description: The admin state of the network. type: boolean InternalApiNetEnableDHCP: default: false @@ -61,3 +61,5 @@ outputs: OS::stack_id: description: Neutron internal network value: {get_resource: InternalApiNetwork} + subnet_cidr: + value: {get_attr: InternalApiSubnet, cidr}