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: I1f928025b654734ab05a9cd448a2eaf03c509486
This commit is contained in:
Jimmy McCrory 2016-05-07 13:39:10 -07:00
parent 4fe7f096e9
commit a36051f03a
2 changed files with 2 additions and 11 deletions

View File

@ -18,7 +18,7 @@ galaxy_info:
description: Installation and setup of tempest
company: Rackspace
license: Apache2
min_ansible_version: 1.6.6
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
@ -30,11 +30,6 @@ galaxy_info:
- development
- openstack
dependencies:
- pip_install
- apt_package_pinning
- role: pip_lock_down
when:
- not tempest_developer_mode | bool
- role: pip_install
when:
- tempest_developer_mode | bool
- 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