Enable tlsproxy on ocata and above

Since tlsproxy wasn't working in older branches specifically only enable
tlsproxy if >=ocata. This allows us to set the flag to turn this on in
the JJB config without a bunch of branch checks.

Depends-On: I2e26c188e723002e8eb058cfb2d881ab858cfaa4
Change-Id: Ic21c0213c8ea91f3d7c30f03227af7b5a107b527
This commit is contained in:
Clark Boylan 2016-09-23 17:36:46 -07:00
parent 140642ec60
commit 504179d3a5
1 changed files with 7 additions and 0 deletions

View File

@ -174,3 +174,10 @@ features:
tlsproxy:
base:
services: [tls-proxy]
# TLS proxy didn't work properly until ocata
liberty:
rm-services: [tls-proxy]
mitaka:
rm-services: [tls-proxy]
newton:
rm-services: [tls-proxy]