Merge "Replace virtualenv-tools by a script" into stable/queens

This commit is contained in:
Zuul 2018-04-22 13:22:03 +00:00 committed by Gerrit Code Review
commit ad71e5305f
2 changed files with 6 additions and 3 deletions

View File

@ -103,7 +103,6 @@ aodh_service_in_ldap: false
# aodh packages that must be installed before anything else
aodh_requires_pip_packages:
- virtualenv
- virtualenv-tools
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- httplib2

View File

@ -123,9 +123,13 @@
- aodh_get_venv | changed
- name: Update virtualenv path
command: >
virtualenv-tools --update-path=auto --reinitialize {{ aodh_bin | dirname }}
shell: |
find {{ aodh_bin }} -name \*.pyc -delete
sed -si '1s/^.*python.*$/#!{{ aodh_bin | replace ('/','\/') }}\/python/' {{ aodh_bin }}/*
virtualenv {{ aodh_bin | dirname }}
when: aodh_get_venv | changed
tags:
- skip_ansible_lint
- name: Record the venv tag deployed
ini_file: