X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=00316c51d37926c6488abdcdf4b60f3af4f7ed23;hb=fb901792ead26635fb2a791faee9fc99d91cfe5e;hp=0a704ea374430dc141c709549f0821a32c498efb;hpb=0bfe7c9279f407c525527103a79e5002adfdc01b;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index 0a704ea3..00316c51 100644 --- a/network/storage.yaml +++ b/network/storage.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: > Storage network. @@ -15,7 +15,7 @@ parameters: type: json StorageNetAdminStateUp: default: false - description: This admin state of the network. + description: The admin state of the network. type: boolean StorageNetEnableDHCP: default: false @@ -61,3 +61,5 @@ outputs: OS::stack_id: description: Neutron storage network value: {get_resource: StorageNetwork} + subnet_cidr: + value: {get_attr: StorageSubnet, cidr}