File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ Scripts
167167* `lib/oslo <lib/oslo.html >`__
168168* `lib/rpc\_ backend <lib/rpc_backend.html >`__
169169* `lib/sahara <lib/sahara.html >`__
170- * `lib/stackforge <lib/stackforge.html >`__
171170* `lib/swift <lib/swift.html >`__
172171* `lib/tempest <lib/tempest.html >`__
173172* `lib/tls <lib/tls.html >`__
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -500,7 +500,6 @@ source $TOP_DIR/lib/tls
500500# Source project function libraries
501501source $TOP_DIR /lib/infra
502502source $TOP_DIR /lib/oslo
503- source $TOP_DIR /lib/stackforge
504503source $TOP_DIR /lib/lvm
505504source $TOP_DIR /lib/horizon
506505source $TOP_DIR /lib/keystone
@@ -699,11 +698,6 @@ install_infra
699698# Install oslo libraries that have graduated
700699install_oslo
701700
702- # Install stackforge libraries for testing
703- if is_service_enabled stackforge_libs; then
704- install_stackforge
705- fi
706-
707701# Install clients libraries
708702install_keystoneclient
709703install_glanceclient
Original file line number Diff line number Diff line change @@ -434,26 +434,6 @@ ORC_BRANCH=${ORC_BRANCH:-master}
434434TIE_REPO=${TIE_REPO:- ${GIT_BASE} / openstack/ tripleo-image-elements.git}
435435TIE_BRANCH=${TIE_BRANCH:- master}
436436
437- # ################
438- #
439- # Additional Libraries
440- #
441- # ################
442-
443- # stackforge libraries that are used by OpenStack core services
444- # wsme
445- WSME_REPO=${WSME_REPO:- ${GIT_BASE} / stackforge/ wsme.git}
446- WSME_BRANCH=${WSME_BRANCH:- master}
447-
448- # pecan
449- PECAN_REPO=${PECAN_REPO:- ${GIT_BASE} / stackforge/ pecan.git}
450- PECAN_BRANCH=${PECAN_BRANCH:- master}
451-
452- # sqlalchemy-migrate
453- SQLALCHEMY_MIGRATE_REPO=${SQLALCHEMY_MIGRATE_REPO:- ${GIT_BASE} / stackforge/ sqlalchemy-migrate.git}
454- SQLALCHEMY_MIGRATE_BRANCH=${SQLALCHEMY_MIGRATE_BRANCH:- master}
455-
456-
457437# ################
458438#
459439# 3rd Party Components (non pip installable)
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ source $TOP_DIR/lib/tls
5454# Source project function libraries
5555source $TOP_DIR /lib/infra
5656source $TOP_DIR /lib/oslo
57- source $TOP_DIR /lib/stackforge
5857source $TOP_DIR /lib/lvm
5958source $TOP_DIR /lib/horizon
6059source $TOP_DIR /lib/keystone
You can’t perform that action at this time.
0 commit comments