Merge "puppet: run keystone in wsgi"
[apex-tripleo-heat-templates.git] / network / ports / external.yaml
index 316f810..7624eb9 100644 (file)
@@ -15,6 +15,7 @@ parameters:
     type: string
   ControlPlaneIP: # Here for compatibility with noop.yaml
     description: IP address on the control plane
+    default: ''
     type: string
   ControlPlaneNetwork: # Here for compatibility with ctlplane_vip.yaml
     description: The name of the undercloud Neutron control plane
@@ -26,6 +27,12 @@ parameters:
         [{'ip_address':'1.2.3.4'}]
     default: []
     type: json
+  IPPool: # Here for compatibility with from_pool.yaml
+    default: {}
+    type: json
+  NodeIndex: # Here for compatibility with from_pool.yaml
+    default: 0
+    type: number
 
 resources: