X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage_v6.yaml;h=bf796b2be6aeea284592fed1d02dbaa6e179dbe7;hb=fb901792ead26635fb2a791faee9fc99d91cfe5e;hp=5c8af9e5154fca3ae6261965cc605a239ebfacd5;hpb=1fa4c02fc310163da351bacbf19f2d52b46e50b3;p=apex-tripleo-heat-templates.git diff --git a/network/storage_v6.yaml b/network/storage_v6.yaml index 5c8af9e5..bf796b2b 100644 --- a/network/storage_v6.yaml +++ b/network/storage_v6.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +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}