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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user