Merge "Revert "Revert "Blacklist support for ExtraConfig"""
[apex-tripleo-heat-templates.git] / network / storage.yaml
index 60b779e..0fb9cc0 100644 (file)
@@ -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 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: