Fix redhat iputtils

iputils was put in the wrong location.

Change-Id: I2ab1757e07ffc607d15b15e30a5ecbc4c1ac37c7
This commit is contained in:
Cameron Loader 2019-02-21 09:46:12 -06:00
parent 39052f5b6f
commit 09028aae5e
1 changed files with 1 additions and 1 deletions

View File

@ -18,12 +18,12 @@ tempest_distro_packages:
- git
- libxslt # required by the python module unittest2
- gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements
- iputils
tempest_service_distro_packages:
- openstack-tempest
- python-subunit
- subunit-filters
- iputils
tempest_plugin_distro_packages:
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"