Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-18 20:49:53 +00:00 committed by Gerrit Code Review
commit 3312cd5ea2
2 changed files with 8 additions and 5 deletions

View File

@ -27,11 +27,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.
This role needs to have the following variables defined:
.. code-block:: yaml
@ -41,6 +42,9 @@ details.
# Hostname or IP address of the Galera database
cinder_galera_address: "1.2.3.4"
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'