X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=0a704ea374430dc141c709549f0821a32c498efb;hb=88510fce67217692ad5bde5a30cb55dbffd991a4;hp=d403f9e5ce851f0bb2f5ebd520d2c3a2739c3efd;hpb=2e922fdb33a4e9327c86c75806be6312e0a262e3;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index d403f9e5..0a704ea3 100644 --- a/network/storage.yaml +++ b/network/storage.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +heat_template_version: ocata 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: