Remove pip_install role execution

None of the hosts need pip installed any more. Everything
installed on the host is now a distribution package, and
all pip packages are inside a virtualenv. As such, this
role does not need to execute pip_install any more.

Depends-On: https://review.openstack.org/589633
Change-Id: I07755374d1044afb17a7bcafec60956a781759ce
This commit is contained in:
Jesse Pretorius 2018-08-01 15:15:40 +01:00 committed by Jesse Pretorius (odyssey4me)
parent ff8690a52f
commit b71fee3cc6
1 changed files with 0 additions and 7 deletions

View File

@ -80,13 +80,6 @@
retries: 5
delay: 2
# Host should be ready for any openstack role after this step
- name: Run the pip install role
include_role:
name: pip_install
tags:
- openstack_hosts-install
- include_tasks: openstack_authorized_keys.yml
tags:
- openstack_hosts-config