From 4ee1b9d78e70762bae0c6f7ae0b608c51f1053f9 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 8 Jun 2015 14:42:45 +0000 Subject: [PATCH] Add tls-proxy as an available service devstack can configure a TLS proxy for a number of services if the tls-proxy service is enabled. Make this service available to the gate. Change-Id: I654f06c34a60e56ff98b9b6720d0f9a3fe5d240b --- features.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features.yaml b/features.yaml index 50b35f19..dcb45078 100644 --- a/features.yaml +++ b/features.yaml @@ -43,6 +43,8 @@ config: features: [ceph] heat: features: [heat] + tlsproxy: + features: [tlsproxy] branches: # The value of ""default" is the name of the "trunk" branch @@ -154,3 +156,7 @@ features: ceph: base: services: [ceph] + + tlsproxy: + base: + services: [tls-proxy]