Remove unnecessary distro package installs

There appears to be no need for the openstack packages
to be installed by this role, especially given that
they conflict with the installs done by the utility
playbook when doing a source-based install.

Also, the other packages in the list appear to be a
remnant of the past. It appears that neither 'which'
or 'rsync' are used in the role through shell commands
or ansible modules.

Change-Id: Ib757dd2616f6d6aa6ebc6b870b76b3fa2ac7c8f6
This commit is contained in:
Jesse Pretorius 2018-08-09 09:14:46 +01:00
parent 6c215df440
commit 7dcb2c7f00
3 changed files with 0 additions and 22 deletions

View File

@ -15,11 +15,3 @@
tempest_distro_packages:
- git
- postgresql-devel
- python-glanceclient
- python-keystoneclient
- python-neutronclient
- python-novaclient
- python2-shade
- rsync
- which

View File

@ -16,11 +16,3 @@
tempest_distro_packages:
- git-core
- postgresql-devel
- python-glanceclient
- python-keystoneclient
- python-neutronclient
- python-novaclient
- python-shade
- rsync
- which

View File

@ -18,9 +18,3 @@ cache_timeout: 600
tempest_distro_packages:
- git-core
- libpq-dev
- python-glanceclient
- python-keystoneclient
- python-neutronclient
- python-novaclient
- rsync