Merge "Implement scenario004 with Ceph Rados Gateway scenario"
[apex-tripleo-heat-templates.git] / network / storage_mgmt.yaml
index d0c919b..03cfd13 100644 (file)
@@ -12,10 +12,10 @@ parameters:
   StorageMgmtNetValueSpecs:
     default: {'provider:physical_network': 'storage_mgmt', 'provider:network_type': 'flat'}
     description: Value specs for the storage_mgmt network.
-    type: string
+    type: json
   StorageMgmtNetAdminStateUp:
     default: false
-    description: This admin state of of the network.
+    description: This admin state of the network.
     type: boolean
   StorageMgmtNetEnableDHCP:
     default: false
@@ -55,6 +55,7 @@ resources:
       name: {get_param: StorageMgmtSubnetName}
       network: {get_resource: StorageMgmtNetwork}
       allocation_pools: {get_param: StorageMgmtAllocationPools}
+      gateway_ip: null
 
 outputs:
   OS::stack_id: