diff --git a/inventory/group_vars/utility_all.yml b/inventory/group_vars/utility_all.yml index 0f7f89acd0..12cc3bb0a2 100644 --- a/inventory/group_vars/utility_all.yml +++ b/inventory/group_vars/utility_all.yml @@ -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'] }}"