Enable tls-proxy in ensure-devstack

We do this because it better approximates a production environment and
it seems that devstack is better tested when tls-proxy is enabled.

Change-Id: If607caf301211181b4f37a2c7012f875de3d285c
This commit is contained in:
Clark Boylan 2020-07-18 15:05:33 -07:00
parent 09b4be329e
commit 7f5e3ef831

View File

@ -3,6 +3,7 @@ disable_service horizon
disable_service tempest
disable_service cinder
disable_service swift
enable_service tls-proxy
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD