X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Finternal_api.yaml;h=7ff0dafdc480895a4e82c615b4ffcf0adde1f5d0;hb=a8a1d5b30c12a3cf8f0268216e97b9d2f7568086;hp=793535c6e8cda1b41d3221c18e1730492ece55d2;hpb=e08a8cf0a4559d5b822c4fa63e2f5deefae35d6a;p=apex-tripleo-heat-templates.git diff --git a/network/internal_api.yaml b/network/internal_api.yaml index 793535c6..7ff0dafd 100644 --- a/network/internal_api.yaml +++ b/network/internal_api.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +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}