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
@@ -53,6 +54,9 @@ function install_oslo {
5354 git_clone $OSLOCON_REPO $OSLOCON_DIR $OSLOCON_BRANCH
5455 setup_install $OSLOCON_DIR
5556
57+ git_clone $OSLOLOG_REPO $OSLOLOG_DIR $OSLOLOG_BRANCH
58+ setup_install $OSLOLOG_DIR
59+
5660 git_clone $OSLOMID_REPO $OSLOMID_DIR $OSLOMID_BRANCH
5761 setup_install $OSLOMID_DIR
5862
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