From 9a4b972737825c5402d7d2b1ca7b3b4fb7f2c6e5 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 23 Feb 2017 15:02:56 +0200 Subject: Configure SSL connection for MySQL client via client config file This uses the mysql client configuration file to configure if SSL should be used for the connection if SSL in the internal network is enabled. Change-Id: Ifd1a06e0749a05a65f6314255843f572d2209067 --- ci/environments/multinode-3nodes.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/multinode-3nodes.yaml') diff --git a/ci/environments/multinode-3nodes.yaml b/ci/environments/multinode-3nodes.yaml index 03065c6a..d6e2376a 100644 --- a/ci/environments/multinode-3nodes.yaml +++ b/ci/environments/multinode-3nodes.yaml @@ -55,6 +55,7 @@ - OS::TripleO::Services::TripleoFirewall - OS::TripleO::Services::NovaCompute - OS::TripleO::Services::NovaLibvirt + - OS::TripleO::Services::MySQLClient - name: Controller CountDefault: 1 -- cgit 1.2.3-korg