Remove pip_lock_down dependency

The pip_install and pip_lock_down roles have been merged.

Remove pip_lock_down from the role's meta dependencies and test
requirements.

Change-Id: Ic97afda2dd85f8103d6529107d56b8873a64480d
This commit is contained in:
Jimmy McCrory 2016-05-07 13:39:10 -07:00
parent e48cd9f54a
commit 04a12c6b31
2 changed files with 1 additions and 10 deletions

View File

@ -15,12 +15,7 @@ galaxy_info:
- barbican
dependencies:
- role: pip_lock_down
when:
- not barbican_developer_mode | bool
- role: pip_install
when:
- barbican_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