Remove galera_client meta-dependency

Given that pymysql is pure python and has no C binding
dependencies, we no longer need the role to install the
MariaDB client libraries.

Change-Id: I49dbf29176e95de9675039514952fbb00521b9aa
(cherry picked from commit 6049e572ee4b1a587ac2a10288508ed42df576ed)
This commit is contained in:
Jesse Pretorius 2018-09-15 16:41:03 -06:00
parent 2ac96da148
commit 5e2b4d928d

View File

@ -34,5 +34,4 @@ dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'
- galera_client
- openstack_openrc