Stop installing python-httplib2

In https://review.opendev.org/#/c/575701/, we installed python-httplib2
because we needed it for python-keystoneclient to work. However,
we no longer install python-keystoneclient as of
https://review.opendev.org/#/c/627791/. Except, we never stopped
installing python-httplib2 even though it is no longer needed.

This currently breaks CentOS because python-httplib2 is not present
in the base or updates repos that we enable, only in extras.

Change-Id: Iae15e90e0e572db806c712a60b8ea3794b9e9a71
This commit is contained in:
Logan V 2019-05-22 07:16:31 -05:00
parent 423a63c53c
commit fe1144a7fd

View File

@ -49,7 +49,6 @@ neutron_ovn_northd_distro_packages:
neutron_devel_distro_packages:
- git
- python-httplib2
neutron_service_distro_packages:
- openstack-neutron