Merge "Ensure that pip/setuptools/wheel python wheels are built"

This commit is contained in:
Zuul 2019-04-24 17:27:29 +00:00 committed by Gerrit Code Review
commit d5fc0a9439

View File

@ -41,7 +41,10 @@ utility_distro_openstack_clients_packages:
# Python packages to be installed into the utility container
utility_pip_packages:
- cryptography
- pip
- python-memcached
- setuptools
- wheel
# Determines whether Cinder backup should be tested
cinder_service_backup_program_enabled: "{{ hostvars['localhost']['cinder_service_backup_program_enabled'] }}"