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: I0ecd54e31d7d187efc18be83bfc54c2ec30b7b6c
This commit is contained in:
2 changed files with 1 additions and 10 deletions
@@ -30,12 +30,7 @@ galaxy_info:
- development
- openstack
dependencies:
- role:pip_lock_down
when:
- not cloudkitty_developer_mode | bool
- role:pip_install
when:
- cloudkitty_developer_mode | bool
- pip_install
- apt_package_pinning
- galera_client
- openstack_openrc
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.