Merge "Remove pip_lock_down dependency"

This commit is contained in:
Jenkins 2016-06-10 13:51:33 +00:00 committed by Gerrit Code Review
commit 7dee59c062
2 changed files with 1 additions and 10 deletions

View File

@ -30,12 +30,7 @@ galaxy_info:
- development
- openstack
dependencies:
- role: pip_lock_down
when:
- not horizon_developer_mode | bool
- role: pip_install
when:
- horizon_developer_mode | bool
- pip_install
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'

View File

@ -38,10 +38,6 @@
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
- name: pip_lock_down
src: https://git.openstack.org/openstack/openstack-ansible-pip_lock_down
scm: git
version: master
- name: rabbitmq_server
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
scm: git