Remove pip_install dependency

With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: Ie72283fc39355bb798a90ce3347a197d1b8e5e37
This commit is contained in:
Jean-Philippe Evrard 2017-12-03 12:48:46 +00:00
parent 9ceffc0e61
commit 271a668f18
2 changed files with 8 additions and 5 deletions

View File

@ -23,11 +23,12 @@ Default variables
:start-after: under the License. :start-after: under the License.
Required variables Dependencies
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
This list is not exhaustive at present. See role internals for further This role needs pip >= 7.1 installed on the target host.
details.
To use this role, define the following variables:
.. code-block:: yaml .. code-block:: yaml
@ -47,6 +48,9 @@ details.
keystone_rabbitmq_password: "secrete" keystone_rabbitmq_password: "secrete"
keystone_container_mysql_password: "SuperSecrete" keystone_container_mysql_password: "SuperSecrete"
This list is not exhaustive at present. See role internals for further
details.
Example playbook Example playbook
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

View File

@ -38,7 +38,6 @@ galaxy_info:
- development - development
- openstack - openstack
dependencies: dependencies:
- pip_install
- role: apt_package_pinning - role: apt_package_pinning
when: when:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'