Output internal API VIPs
[apex-tripleo-heat-templates.git] / network / tenant.yaml
index 55a1f53..055b87b 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2014-10-16
+heat_template_version: 2015-04-30
 
 description: >
   Tenant network.
@@ -33,6 +33,10 @@ parameters:
     default: tenant_subnet
     description: The name of the tenant subnet in Neutron.
     type: string
+  TenantAllocationPools:
+    default: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]
+    description: Ip allocation pool range for the tenant network.
+    type: json
 
 resources:
   TenantNetwork:
@@ -50,6 +54,7 @@ resources:
       enable_dhcp: {get_param: TenantNetEnableDHCP}
       name: {get_param: TenantSubnetName}
       network: {get_resource: TenantNetwork}
+      allocation_pools: {get_param: TenantAllocationPools}
 
 outputs:
   OS::stack_id: