From b7e7f7292c969634fa1aa83851794314ecbd5c59 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 15 Sep 2018 18:38:07 -0600 Subject: [PATCH] Rename SUSE vars file and remove mysql-python The SUSE builds are failing due to a change in the galera_client role causing the trove role's vars file to be found before the galera_client vars file. We therefore rename the trove vars file for SUSE. This also makes transitions between versions easier. The mysql-python package is no longer maintained. We are using pymysql instead, so this package does not need to be installed. This resolves current build failures due to the mysql-python package not being installable due to the new version of MariaDB being used. Depends-On: https://review.openstack.org/602924 Change-Id: Iaee84e8cec7c19d306924adf3743e03da6fa6b4f --- defaults/main.yml | 1 - vars/{suse-42.yml => suse.yml} | 0 2 files changed, 1 deletion(-) rename vars/{suse-42.yml => suse.yml} (100%) diff --git a/defaults/main.yml b/defaults/main.yml index 7ff4397..ea2dec0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -227,7 +227,6 @@ trove_glance_images: [] trove_pip_packages: - cryptography - - MySQL-python - os-client-config - osprofiler - pexpect diff --git a/vars/suse-42.yml b/vars/suse.yml similarity index 100% rename from vars/suse-42.yml rename to vars/suse.yml