Fix redhat iputtils
iputils was put in the wrong location. Change-Id: I2ab1757e07ffc607d15b15e30a5ecbc4c1ac37c7
This commit is contained in:
parent
39052f5b6f
commit
09028aae5e
@ -18,12 +18,12 @@ tempest_distro_packages:
|
|||||||
- git
|
- git
|
||||||
- libxslt # required by the python module unittest2
|
- 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
|
- gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements
|
||||||
|
- iputils
|
||||||
|
|
||||||
tempest_service_distro_packages:
|
tempest_service_distro_packages:
|
||||||
- openstack-tempest
|
- openstack-tempest
|
||||||
- python-subunit
|
- python-subunit
|
||||||
- subunit-filters
|
- subunit-filters
|
||||||
- iputils
|
|
||||||
|
|
||||||
tempest_plugin_distro_packages:
|
tempest_plugin_distro_packages:
|
||||||
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
|
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user