Skip to content

Commit 99a6477

Browse files
committed
remove lib/os_brick
Fold this back into lib/libraries Change-Id: I2c4e3ebf1a1cc65841e4470d5cfe073f9b505d5f
1 parent 3ed99c0 commit 99a6477

3 files changed

Lines changed: 4 additions & 38 deletions

File tree

lib/libraries

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ GITDIR["tooz"]=$DEST/tooz
5959
# things like os-traits. We should rename this script to be more generic
6060
# and then fold os-brick into it also.
6161
GITDIR["os-traits"]=$DEST/os-traits
62+
GITDIR["os-brick"]=$DEST/os-brick
6263

6364
# Support entry points installation of console scripts
6465
OSLO_BIN_DIR=$(get_python_exec_prefix)
@@ -120,6 +121,9 @@ function install_libs {
120121
#
121122
# os-traits for nova
122123
_install_lib_from_source "os-traits"
124+
# os-brick for nova/cinder
125+
_install_lib_from_source "os-brick"
126+
123127

124128
# etcd (because tooz does not have a hard dependency on these)
125129
pip_install etcd3

lib/os_brick

Lines changed: 0 additions & 32 deletions
This file was deleted.

stack.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ source $TOP_DIR/lib/neutron
605605
source $TOP_DIR/lib/ldap
606606
source $TOP_DIR/lib/dstat
607607
source $TOP_DIR/lib/etcd3
608-
source $TOP_DIR/lib/os_brick
609608

610609
# Extras Source
611610
# --------------
@@ -841,11 +840,6 @@ if is_service_enabled neutron nova horizon; then
841840
install_neutronclient
842841
fi
843842

844-
# Install shared libraries
845-
if is_service_enabled cinder nova; then
846-
install_os_brick
847-
fi
848-
849843
# Setup TLS certs
850844
if is_service_enabled tls-proxy; then
851845
configure_CA

0 commit comments

Comments
 (0)