Add certmonger user profile to all overcloud roles
[apex-tripleo-heat-templates.git] / network / ports / internal_api_from_pool.yaml
index 3f16f30..6eeca14 100644 (file)
@@ -1,11 +1,11 @@
-heat_template_version: ocata
+heat_template_version: pike
 
 description: >
   Returns an IP from a network mapped list of IPs
 
 parameters:
   InternalApiNetName:
-    description: Name of the internal API network
+    description: The name of the internal_api network.
     default: internal_api
     type: string
   PortName:
@@ -26,7 +26,7 @@ parameters:
     type: number
   InternalApiNetCidr:
     default: '172.16.2.0/24'
-    description: Cidr for the internal API network.
+    description: Cidr for the internal_api network.
     type: string
 
 outputs: