Use combined pip_install role

The pip_install and pip_lock_down roles have been merged.

Update playbooks to make use of the merged pip_install role by providing
the 'pip_lock_to_internal_repo' variable to based on whether or not
'pip_links' contains any entries.

Change-Id: I59ad75ac54fd2c54172b404c53cc2659b9dfe482
This commit is contained in:
Jimmy McCrory
2016-05-07 12:13:00 -07:00
parent 77cd6b1d3f
commit 810e0a7d32
17 changed files with 22 additions and 5 deletions

View File

@@ -251,6 +251,7 @@
nova_management_address: "{{ management_address }}"
nova_venv_tag: "{{ openstack_release }}"
nova_venv_download_url: "{{ openstack_repo_url }}/venvs/{{ openstack_release }}/{{ ansible_distribution | lower }}/nova-{{ openstack_release }}.tgz"
pip_lock_to_internal_repo: "{{ (pip_links | length) >= 1 }}"
tags:
- "os-nova"
- role: "ceph_client"