File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ OSLOCFG_DIR=$DEST/oslo.config
2525OSLOCON_DIR=$DEST/oslo.concurrency
2626OSLODB_DIR=$DEST/oslo.db
2727OSLOI18N_DIR=$DEST/oslo.i18n
28+ OSLOLOG_DIR=$DEST/oslo.log
2829OSLOMID_DIR=$DEST/oslo.middleware
2930OSLOMSG_DIR=$DEST/oslo.messaging
3031OSLORWRAP_DIR=$DEST/oslo.rootwrap
@@ -61,6 +62,9 @@ function install_oslo {
6162 git_clone $OSLOCON_REPO $OSLOCON_DIR $OSLOCON_BRANCH
6263 setup_install $OSLOCON_DIR
6364
65+ git_clone $OSLOLOG_REPO $OSLOLOG_DIR $OSLOLOG_BRANCH
66+ setup_install $OSLOLOG_DIR
67+
6468 git_clone $OSLOMID_REPO $OSLOMID_DIR $OSLOMID_BRANCH
6569 setup_install $OSLOMID_DIR
6670
Original file line number Diff line number Diff line change @@ -236,6 +236,10 @@ OSLODB_BRANCH=${OSLODB_BRANCH:-master}
236236OSLOI18N_REPO=${OSLOI18N_REPO:-${GIT_BASE}/openstack/oslo.i18n.git}
237237OSLOI18N_BRANCH=${OSLOI18N_BRANCH:-master}
238238
239+ # oslo.log
240+ OSLOLOG_REPO=${OSLOLOG_REPO:-${GIT_BASE}/openstack/oslo.log.git}
241+ OSLOLOG_BRANCH=${OSLOLOG_BRANCH:-master}
242+
239243# oslo.messaging
240244OSLOMSG_REPO=${OSLOMSG_REPO:-${GIT_BASE}/openstack/oslo.messaging.git}
241245OSLOMSG_BRANCH=${OSLOMSG_BRANCH:-master}
You can’t perform that action at this time.
0 commit comments