Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-05 15:26:06 +00:00 committed by Gerrit Code Review
commit 712d9174a4
2 changed files with 8 additions and 5 deletions

View File

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

View File

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