X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage_v6.yaml;h=bf796b2be6aeea284592fed1d02dbaa6e179dbe7;hb=fb901792ead26635fb2a791faee9fc99d91cfe5e;hp=0ec34adde0944fc30cdd7bd894cde4187035fef9;hpb=fcafc264a573e7600c4dbe477f25f5caf7154f36;p=apex-tripleo-heat-templates.git diff --git a/network/storage_v6.yaml b/network/storage_v6.yaml index 0ec34add..bf796b2b 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}