X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=network%2Fexternal_v6.yaml;h=3266932a40825c138fa241d790f7334f735fbee0;hb=52649405a2e050c2ad36f5ac454f4955cf6481ba;hp=e577c1caaa500fd149a56639d369b5983bc8f793;hpb=f2ac3545956fa12f8b1f11140cd8335212f7a871;p=apex-tripleo-heat-templates.git diff --git a/network/external_v6.yaml b/network/external_v6.yaml index e577c1ca..3266932a 100644 --- a/network/external_v6.yaml +++ b/network/external_v6.yaml @@ -16,7 +16,7 @@ parameters: type: json ExternalNetAdminStateUp: default: false - description: This admin state of of the network. + description: The admin state of the network. type: boolean ExternalNetShared: default: false @@ -72,3 +72,5 @@ outputs: OS::stack_id: description: Neutron external network value: {get_resource: ExternalNetwork} + subnet_cidr: + value: {get_attr: ExternalSubnet, cidr}