X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=network%2Fstorage_mgmt.yaml;h=bc4347c23439b71a05efa2f2b741b69ef07acbdf;hb=511d34eedca27756cfbbfdd6b0e43d916745367a;hp=9869f0da1d154799dbdc1fbff5cd982d8eaea94a;hpb=0900c884281dc73dd3eccbb9ae9ea58efe5487ba;p=apex-tripleo-heat-templates.git diff --git a/network/storage_mgmt.yaml b/network/storage_mgmt.yaml index 9869f0da..bc4347c2 100644 --- a/network/storage_mgmt.yaml +++ b/network/storage_mgmt.yaml @@ -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}