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:
Jimmy McCrory
2016年07月06日 10:38:55 -07:00
parent fdaaacaca8
commit 3828fccefe

View File

@@ -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

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:memcached_server
src:https://git.openstack.org/openstack/openstack-ansible-memcached_server
scm:git
Reference in New Issue
openstack/openstack-ansible-os_cloudkitty
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.

The note is not visible to the blocked user.