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
|
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'
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user