Add python-barbicanclient to LIBS_FROM_GIT

Allow python-barbicanclient to be installed from git instead of pip.
Change-Id: I99cd72724e11bab362bcaaeb773f33b2abfe815c
This commit is contained in:
Kaitlin Farr
2017年06月19日 16:50:38 -04:00
committed by Sean Dague
parent 7e41c6ce66
commit ed7dbe5754

View File

@@ -121,6 +121,9 @@ function install_libs {
# os-traits for nova
_install_lib_from_source "os-brick"
_install_lib_from_source "os-traits"
#
# python client libraries we might need from git can go here
_install_lib_from_source "python-barbicanclient"
# etcd (because tooz does not have a hard dependency on these)
Reference in New Issue
openstack/devstack
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.