X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage_v6.yaml;h=51edd4b340ca2db264cfb823abff9c35476e3f05;hb=8c36f13f83acb275a931aa25c3246be239e70f14;hp=0ec34adde0944fc30cdd7bd894cde4187035fef9;hpb=52b6ed7e27966a4ef285783369f899b77c37ba77;p=apex-tripleo-heat-templates.git diff --git a/network/storage_v6.yaml b/network/storage_v6.yaml index 0ec34add..51edd4b3 100644 --- a/network/storage_v6.yaml +++ b/network/storage_v6.yaml @@ -16,7 +16,7 @@ parameters: type: json StorageNetAdminStateUp: default: false - description: This admin state of of the network. + description: The admin state of the network. type: boolean StorageNetShared: default: false @@ -68,3 +68,5 @@ outputs: OS::stack_id: description: Neutron storage network value: {get_resource: StorageNetwork} + subnet_cidr: + value: {get_attr: [StorageSubnet, cidr]}