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: I62d9f8dce930f4e0dfe56c872ca46995e0e78b6d
This commit is contained in:
Jimmy McCrory 2016-05-07 13:33:07 -07:00
parent a22c7d60b3
commit f736ebb79f
2 changed files with 1 additions and 10 deletions

View File

@ -28,12 +28,7 @@ galaxy_info:
- baremetal
- system
dependencies:
- role: pip_lock_down
when:
- not ironic_developer_mode | bool
- role: pip_install
when:
- ironic_developer_mode | bool
- pip_install
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'

View File

@ -6,10 +6,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: memcached_server
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
scm: git