X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage_v6.yaml;h=51edd4b340ca2db264cfb823abff9c35476e3f05;hb=8c36f13f83acb275a931aa25c3246be239e70f14;hp=777e6167678ba76f9d03aa36184ce648a1872f84;hpb=2fa4a7148d125836b9f4ee470717e563022209f5;p=apex-tripleo-heat-templates.git diff --git a/network/storage_v6.yaml b/network/storage_v6.yaml index 777e6167..51edd4b3 100644 --- a/network/storage_v6.yaml +++ b/network/storage_v6.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: > Storage network. @@ -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]}