Install PyMySQL as rally commands may not work without it

(rally-23.1.0.dev64) root@aio1-utility-container-13a6c4d0:/etc/rally# rally task list
[...]
Command failed, please check log for more info
2021-11-24 16:21:59.593 3777441 CRITICAL rally [-] Unhandled error: ModuleNotFoundError: No module named 'pymysql'

relevant rally commit: 3f4bc46535

Change-Id: I2a755326559ee95b74fabe6bc89ed26a820a70a1
This commit is contained in:
Damian Dabrowski 2021-11-25 16:47:29 +01:00 committed by Damian Dabrowski
parent 426a25ec0b
commit e1b13a1e44

View File

@ -51,5 +51,6 @@ rally_git_constraints:
- "--constraint {{ rally_upper_constraints_url }}"
rally_pip_packages:
- rally-openstack
- PyMySQL
rally_config_overrides: {}