X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=0a704ea374430dc141c709549f0821a32c498efb;hb=8c91f77ca7b80f5d12adb6da921745792dc38a06;hp=60b779e037ab9b7bc14619dd60a3a684fabf9f45;hpb=c6a1289e434a0edb19223ad462800a25a6cac9ab;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index 60b779e0..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. @@ -15,7 +15,7 @@ parameters: 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: