X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=00316c51d37926c6488abdcdf4b60f3af4f7ed23;hb=511d34eedca27756cfbbfdd6b0e43d916745367a;hp=dc9f35eabe8d8959a9a889f9959064516fd15b97;hpb=55e0c425f565ea825421d2a4d062449d5347da8d;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index dc9f35ea..00316c51 100644 --- a/network/storage.yaml +++ b/network/storage.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +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 @@ -55,8 +55,11 @@ resources: name: {get_param: StorageSubnetName} network: {get_resource: StorageNetwork} allocation_pools: {get_param: StorageAllocationPools} + gateway_ip: null outputs: OS::stack_id: description: Neutron storage network value: {get_resource: StorageNetwork} + subnet_cidr: + value: {get_attr: StorageSubnet, cidr}