From bf23dac1d06390b9df869c5fd3e9e55d361dea28 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 8 Feb 2016 10:53:26 +0000 Subject: [PATCH] Remove MySQL-python from Aodh pip requirements Aodh does not connect to MySQL and therefore does not need the MySQL-python wheel installed. Change-Id: Ic20270bcdf259daa5d5a0da3a55cb2a72fd90677 --- playbooks/roles/os_aodh/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/os_aodh/defaults/main.yml b/playbooks/roles/os_aodh/defaults/main.yml index 1aa7bf26c8..c2bba426aa 100644 --- a/playbooks/roles/os_aodh/defaults/main.yml +++ b/playbooks/roles/os_aodh/defaults/main.yml @@ -101,7 +101,6 @@ aodh_pip_packages: - aodh - python-ceilometerclient - ceilometermiddleware - - MySQL-python - python-memcached - pycrypto - warlock