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 description: Installation and setup of swift
company: Rackspace company: Rackspace
license: Apache2 license: Apache2
min_ansible_version: 1.6.6 min_ansible_version: 1.9
platforms: platforms:
- name: Ubuntu - name: Ubuntu
versions: versions:
@ -30,12 +30,7 @@ galaxy_info:
- development - development
- openstack - openstack
dependencies: dependencies:
- role: pip_lock_down - pip_install
when:
- not swift_developer_mode | bool
- role: pip_install
when:
- swift_developer_mode | bool
- role: apt_package_pinning - role: apt_package_pinning
when: when:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'

View File

@ -6,10 +6,6 @@
src: https://git.openstack.org/openstack/openstack-ansible-pip_install src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git scm: git
version: master version: master
- name: pip_lock_down
src: https://git.openstack.org/openstack/openstack-ansible-pip_lock_down
scm: git
version: master
- name: openstack_openrc - name: openstack_openrc
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
scm: git scm: git