Add oslo.db
blueprint oslo-db-lib
Change-Id: If952099fa4dcf8638cad70d42a12ebcdac28de84
diff --git a/stackrc b/stackrc
index 95ee779..585ab30 100644
--- a/stackrc
+++ b/stackrc
@@ -169,6 +169,10 @@
OSLOCFG_REPO=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git}
OSLOCFG_BRANCH=${OSLOCFG_BRANCH:-master}
+# oslo.db
+OSLODB_REPO=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git}
+OSLODB_BRANCH=${OSLODB_BRANCH:-master}
+
# oslo.messaging
OSLOMSG_REPO=${OSLOMSG_REPO:-${GIT_BASE}/openstack/oslo.messaging.git}
OSLOMSG_BRANCH=${OSLOMSG_BRANCH:-master}