X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=0fb9cc00b01e3b5b10cfdbcd090b881419f1715b;hb=7d07abf68281dad3edf5e23b66f0ed62f2f353d9;hp=d403f9e5ce851f0bb2f5ebd520d2c3a2739c3efd;hpb=f74890a8dc270d035fe111c203a412b076f56033;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index d403f9e5..0fb9cc00 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. @@ -12,10 +12,10 @@ parameters: StorageNetValueSpecs: default: {'provider:physical_network': 'storage', 'provider:network_type': 'flat'} description: Value specs for the storage network. - type: string + type: json StorageNetAdminStateUp: default: false - description: This admin state of of the network. + description: This admin state of the network. type: boolean StorageNetEnableDHCP: default: false @@ -55,6 +55,7 @@ resources: name: {get_param: StorageSubnetName} network: {get_resource: StorageNetwork} allocation_pools: {get_param: StorageAllocationPools} + gateway_ip: null outputs: OS::stack_id: