diff --git a/lib/oslo b/lib/oslo index 182295c167..2895503de6 100644 --- a/lib/oslo +++ b/lib/oslo @@ -25,6 +25,7 @@ set +o xtrace GITDIR["automaton"]=$DEST/automaton GITDIR["castellan"]=$DEST/castellan GITDIR["cliff"]=$DEST/cliff +GITDIR["cursive"]=$DEST/cursive GITDIR["debtcollector"]=$DEST/debtcollector GITDIR["futurist"]=$DEST/futurist GITDIR["os-client-config"]=$DEST/os-client-config @@ -74,6 +75,7 @@ function install_oslo { _do_install_oslo_lib "automaton" _do_install_oslo_lib "castellan" _do_install_oslo_lib "cliff" + _do_install_oslo_lib "cursive" _do_install_oslo_lib "debtcollector" _do_install_oslo_lib "futurist" _do_install_oslo_lib "osc-lib" diff --git a/stackrc b/stackrc index 206a46beb7..ed1cf6e074 100644 --- a/stackrc +++ b/stackrc @@ -493,6 +493,10 @@ GITBRANCH["pbr"]=${PBR_BRANCH:-master} # ################## +# cursive library +GITREPO["cursive"]=${CURSIVE_REPO:-${GIT_BASE}/openstack/cursive.git} +GITBRANCH["cursive"]=${CURSIVE_BRANCH:-master} + # glance store library GITREPO["glance_store"]=${GLANCE_STORE_REPO:-${GIT_BASE}/openstack/glance_store.git} GITBRANCH["glance_store"]=${GLANCE_STORE_BRANCH:-master} diff --git a/tests/test_libs_from_pypi.sh b/tests/test_libs_from_pypi.sh index 314a9d56e3..608ef6ae91 100755 --- a/tests/test_libs_from_pypi.sh +++ b/tests/test_libs_from_pypi.sh @@ -40,7 +40,7 @@ ALL_LIBS+=" python-openstackclient osc-lib os-client-config oslo.rootwrap" ALL_LIBS+=" oslo.i18n oslo.utils python-openstacksdk python-swiftclient" ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy" ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service" -ALL_LIBS+=" oslo.cache oslo.reports osprofiler" +ALL_LIBS+=" oslo.cache oslo.reports osprofiler cursive" ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep" ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext" ALL_LIBS+=" castellan"