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: I2d7496d4d4fd4c8d10a355246fc5d5b26bd14d52
This commit is contained in:
Jesse Pretorius 2018-09-15 16:40:01 -06:00 committed by Jesse Pretorius (odyssey4me)
parent a945d56860
commit 6b4c019918
1 changed files with 1 additions and 2 deletions

View File

@ -38,5 +38,4 @@ galaxy_info:
- neutron
- development
- openstack
dependencies:
- galera_client
dependencies: []