Fix pkg name for mysql-connector-python on SUSE
The correct package name on SUSE distros is python-mysql-connector-python.
Change-Id: I5250356f782f149f87f3d0ffba3380911fa437be
diff --git a/files/rpms-suse/nova b/files/rpms-suse/nova
index 73c0604..bea0451 100644
--- a/files/rpms-suse/nova
+++ b/files/rpms-suse/nova
@@ -34,7 +34,7 @@
python-lxml # needed for glance which is needed for nova --- this shouldn't be here
python-mox
python-mysql
-python-mysql.connector
+python-mysql-connector-python
python-numpy # needed by websockify for spice console
python-paramiko
python-sqlalchemy-migrate