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
This commit is contained in:
OpenStack Jenkins 2015-06-08 14:42:45 +00:00 committed by Rob Crittenden
parent ccb1c79de0
commit 4ee1b9d78e
1 changed files with 6 additions and 0 deletions

View File

@ -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]