From 09028aae5e8edd089ed883cf8a12106cb5e90cc0 Mon Sep 17 00:00:00 2001 From: Cameron Loader Date: Thu, 21 Feb 2019 09:46:12 -0600 Subject: [PATCH] Fix redhat iputtils iputils was put in the wrong location. Change-Id: I2ab1757e07ffc607d15b15e30a5ecbc4c1ac37c7 --- vars/redhat-7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 0e1a87ab..b559ce5b 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -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', '') }}"