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:
parent
9380862b61
commit
6169255f94
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user