From 80fbe88bf40d0bc18f0d68376893be49fa523932 Mon Sep 17 00:00:00 2001 From: grakiss Date: Fri, 22 Apr 2016 03:04:12 -0400 Subject: FIX: mariadb cluster failed on centos7 JIRA:COMPASS-373 - use shell to support the parameter - remove blank user - adapte http service name and config path Change-Id: I6625f3c53bfa8ff3e3792ec339aa2e63bcf1da83 Signed-off-by: grakiss --- deploy/adapters/ansible/roles/keystone/vars/Debian.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/adapters/ansible/roles/keystone/vars/Debian.yml') diff --git a/deploy/adapters/ansible/roles/keystone/vars/Debian.yml b/deploy/adapters/ansible/roles/keystone/vars/Debian.yml index ea7cd9d0..67547277 100644 --- a/deploy/adapters/ansible/roles/keystone/vars/Debian.yml +++ b/deploy/adapters/ansible/roles/keystone/vars/Debian.yml @@ -17,3 +17,4 @@ services: - apache2 apache_config_dir: /etc/apache2 +http_service_name: apache2 -- cgit 1.2.3-korg