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: Id7803c0f6ebb9b9ccd2add64f71f6110de491db8
This commit is contained in:
Jimmy McCrory 2016-05-07 13:39:10 -07:00
parent 3ad2855393
commit 87c29e08a2
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 nova_developer_mode | bool
- role: pip_install
when:
- nova_developer_mode | bool
- pip_install
- apt_package_pinning
- galera_client
- openstack_openrc

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