File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
6161GITDIR[" os-traits" ]=$DEST /os-traits
62+ GITDIR[" os-brick" ]=$DEST /os-brick
6263
6364# Support entry points installation of console scripts
6465OSLO_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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -605,7 +605,6 @@ source $TOP_DIR/lib/neutron
605605source $TOP_DIR /lib/ldap
606606source $TOP_DIR /lib/dstat
607607source $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
842841fi
843842
844- # Install shared libraries
845- if is_service_enabled cinder nova; then
846- install_os_brick
847- fi
848-
849843# Setup TLS certs
850844if is_service_enabled tls-proxy; then
851845 configure_CA
You can’t perform that action at this time.
0 commit comments