X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=network%2Fstorage_mgmt.yaml;h=bc4347c23439b71a05efa2f2b741b69ef07acbdf;hb=511d34eedca27756cfbbfdd6b0e43d916745367a;hp=03cfd139feb35ed59423c32e7fb5962bfcd46be4;hpb=a3f9cf1314ae2d29ba68c012069dcc2b2431aa05;p=apex-tripleo-heat-templates.git diff --git a/network/storage_mgmt.yaml b/network/storage_mgmt.yaml index 03cfd139..bc4347c2 100644 --- a/network/storage_mgmt.yaml +++ b/network/storage_mgmt.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +heat_template_version: pike description: > Storage management network. Storage replication, etc. @@ -15,7 +15,7 @@ parameters: type: json StorageMgmtNetAdminStateUp: default: false - description: This admin state of the network. + description: The admin state of the network. type: boolean StorageMgmtNetEnableDHCP: default: false @@ -61,3 +61,5 @@ outputs: OS::stack_id: description: Neutron storage management network value: {get_resource: StorageMgmtNetwork} + subnet_cidr: + value: {get_attr: StorageMgmtSubnet, cidr}