Use hostname -s instead of hostnamectl --transient
[apex-tripleo-heat-templates.git] / network / storage.yaml
index d403f9e..35dae17 100644 (file)
@@ -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: