Heat engine settings required for Undercloud
[apex-tripleo-heat-templates.git] / network / tenant.yaml
index 055b87b..33055fe 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2015-04-30
+heat_template_version: ocata
 
 description: >
   Tenant network.
@@ -12,10 +12,10 @@ parameters:
   TenantNetValueSpecs:
     default: {'provider:physical_network': 'tenant', 'provider:network_type': 'flat'}
     description: Value specs for the tenant network.
-    type: string
+    type: json
   TenantNetAdminStateUp:
     default: false
-    description: This admin state of of the network.
+    description: This admin state of the network.
     type: boolean
   TenantNetEnableDHCP:
     default: false
@@ -55,6 +55,7 @@ resources:
       name: {get_param: TenantSubnetName}
       network: {get_resource: TenantNetwork}
       allocation_pools: {get_param: TenantAllocationPools}
+      gateway_ip: null
 
 outputs:
   OS::stack_id: