Fixing resources path in OpenDaylight
[apex-tripleo-heat-templates.git] / network / ports / from_service.yaml
index 6b669f4..3d61910 100644 (file)
@@ -8,19 +8,19 @@ parameters:
     description: Name of the service to lookup
     default: ''
     type: string
-  NetworkName: # Here for compatability with ctlplane_vip.yaml
+  NetworkName: # Here for compatibility with ctlplane_vip.yaml
     description: Name of the network where the VIP will be created
     default: ctlplane
     type: string
-  PortName: # Here for compatability with ctlplane_vip.yaml
+  PortName: # Here for compatibility with ctlplane_vip.yaml
     description: Name of the port
     default: ''
     type: string
-  ControlPlaneIP: # Here for compatability with ctlplane_vip.yaml
+  ControlPlaneIP: # Here for compatibility with ctlplane_vip.yaml
     description: IP address on the control plane
     default: ''
     type: string
-  ControlPlaneNetwork: # Here for compatability with ctlplane_vip.yaml
+  ControlPlaneNetwork: # Here for compatibility with ctlplane_vip.yaml
     description: The name of the undercloud Neutron control plane
     default: ctlplane
     type: string
@@ -32,3 +32,6 @@ outputs:
   ip_address:
     description: network IP
     value: {get_param: [ServiceVips, {get_param: ServiceName}]}
+  ip_address_uri:
+    description: network IP (for compatibility with IPv6)
+    value: {get_param: [ServiceVips, {get_param: ServiceName}]}