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