Merge "Add non-ha env file."
[apex-tripleo-heat-templates.git] / network / ports / ctlplane_vip.yaml
index 5ac7d34..bb54ca6 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2015-10-15
+heat_template_version: pike
 
 description: >
   Creates a port for a VIP on the undercloud ctlplane network.
@@ -34,7 +34,7 @@ parameters:
 
 resources:
   VipPort:
-    type: OS::Neutron::Port
+    type: OS::TripleO::Network::Ports::ControlPlaneVipPort
     properties:
       network: {get_param: ControlPlaneNetwork}
       name: {get_param: PortName}