Skip to content

Commit 117c6c2

Browse files
committed
remove lib/stackforge
Now that we have a working external plugin mechanism stackforge projects definitely don't need to be directly in devstack. These were largely unused previously anyway. Change-Id: I300686b2ac976d9b454404842b3f210fd7c239d9
1 parent fdb00b4 commit 117c6c2

5 files changed

Lines changed: 0 additions & 84 deletions

File tree

doc/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>`__

lib/stackforge

Lines changed: 0 additions & 56 deletions
This file was deleted.

stack.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ source $TOP_DIR/lib/tls
500500
# Source project function libraries
501501
source $TOP_DIR/lib/infra
502502
source $TOP_DIR/lib/oslo
503-
source $TOP_DIR/lib/stackforge
504503
source $TOP_DIR/lib/lvm
505504
source $TOP_DIR/lib/horizon
506505
source $TOP_DIR/lib/keystone
@@ -699,11 +698,6 @@ install_infra
699698
# Install oslo libraries that have graduated
700699
install_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
708702
install_keystoneclient
709703
install_glanceclient

stackrc

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -434,26 +434,6 @@ ORC_BRANCH=${ORC_BRANCH:-master}
434434
TIE_REPO=${TIE_REPO:-${GIT_BASE}/openstack/tripleo-image-elements.git}
435435
TIE_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)

unstack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ source $TOP_DIR/lib/tls
5454
# Source project function libraries
5555
source $TOP_DIR/lib/infra
5656
source $TOP_DIR/lib/oslo
57-
source $TOP_DIR/lib/stackforge
5857
source $TOP_DIR/lib/lvm
5958
source $TOP_DIR/lib/horizon
6059
source $TOP_DIR/lib/keystone

0 commit comments

Comments
 (0)