Allow for usage of pre-allocated IPs for the management network
[apex-tripleo-heat-templates.git] / network / ports / management.yaml
index 20c1b85..8ad2eb4 100644 (file)
@@ -16,6 +16,12 @@ parameters:
   ControlPlaneIP: # Here for compatibility with noop.yaml
     description: IP address on the control plane
     type: string
+  IPPool: # Here for compatibility with from_pool.yaml
+    default: {}
+    type: json
+  NodeIndex: # Here for compatibility with from_pool.yaml
+    default: 0
+    type: number
 
 resources: