remove lib/os_brick

Fold this back into lib/libraries
Change-Id: I2c4e3ebf1a1cc65841e4470d5cfe073f9b505d5f
This commit is contained in:
Sean Dague
2017年06月21日 10:46:12 -04:00
parent 3ed99c0b27
commit 99a6477c49

View File

@@ -59,6 +59,7 @@ GITDIR["tooz"]=$DEST/tooz
# things like os-traits. We should rename this script to be more generic
# and then fold os-brick into it also.
GITDIR["os-traits"]=$DEST/os-traits
GITDIR["os-brick"]=$DEST/os-brick
# Support entry points installation of console scripts
OSLO_BIN_DIR=$(get_python_exec_prefix)
@@ -120,6 +121,9 @@ function install_libs {
#
# os-traits for nova
_install_lib_from_source "os-traits"
# os-brick for nova/cinder
_install_lib_from_source "os-brick"
# etcd (because tooz does not have a hard dependency on these)
pip_install etcd3
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.