Merge "Don't curl metadata server in userdata example"
[apex-tripleo-heat-templates.git] / network / ports / internal_api.yaml
index 4039f9d..e9eb787 100644 (file)
@@ -1,11 +1,11 @@
-heat_template_version: 2015-10-15
+heat_template_version: pike
 
 description: >
   Creates a port on the internal_api network.
 
 parameters:
   InternalApiNetName:
-    description: Name of the internal API neutron network
+    description: The name of the internal API network.
     default: internal_api
     type: string
   PortName:
@@ -43,6 +43,10 @@ outputs:
   ip_address:
     description: internal API network IP
     value: {get_attr: [InternalApiPort, fixed_ips, 0, ip_address]}
+  ip_address_uri:
+    description: |
+        internal API network IP (for compatibility with internal_api_v6.yaml)
+    value: {get_attr: [InternalApiPort, fixed_ips, 0, ip_address]}
   ip_subnet:
     description: IP/Subnet CIDR for the internal API network IP
     value: