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: Id185ce42a77ecf87874655ddf178a3d0fa0ff36a
This commit is contained in:
Jimmy McCrory 2016-05-07 13:39:10 -07:00
parent 9380862b61
commit 6169255f94
2 changed files with 2 additions and 11 deletions

View File

@ -18,7 +18,7 @@ galaxy_info:
description: Installation and setup of swift
company: Rackspace
license: Apache2
min_ansible_version: 1.6.6
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
@ -30,12 +30,7 @@ galaxy_info:
- development
- openstack
dependencies:
- role: pip_lock_down
when:
- not swift_developer_mode | bool
- role: pip_install
when:
- swift_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: openstack_openrc
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
scm: git