summaryrefslogtreecommitdiff
path: root/integration/scripts
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-09-18 21:18:49 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-09-20 08:51:21 +1200
commit757a8739635b14878ff996407708edb215628543 (patch)
tree3d997237d5f0250202bbbceea7fd6e4d4f8c0201 /integration/scripts
parent0cdf8b20b664abd26bd25483ead82eaf3640a36d (diff)
downloadtrove-757a8739635b14878ff996407708edb215628543.tar.gz
Some clean up
- Remove the unused variables in trovestack.rc which leads to module not found error. - Remove non-voting gate job Change-Id: I583945addb6cb0aa442db1c9d9c6ce3cb57793f7
Diffstat (limited to 'integration/scripts')
-rw-r--r--integration/scripts/trovestack.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/integration/scripts/trovestack.rc b/integration/scripts/trovestack.rc
index b97b3813..eaf74550 100644
--- a/integration/scripts/trovestack.rc
+++ b/integration/scripts/trovestack.rc
@@ -50,8 +50,6 @@ PATH_OPENSTACKCLIENT=$DEST/python-openstackclient
PATH_PYTHON_SWIFTCLIENT=$DEST/python-swiftclient
PATH_PYTHON_TROVECLIENT=$DEST/python-troveclient
PATH_TROVE_DASHBOARD=$DEST/trove-dashboard
-PATH_DISKIMAGEBUILDER_ELEMENTS=$(python -c 'import os, diskimage_builder, pkg_resources;print(os.path.abspath(pkg_resources.resource_filename(diskimage_builder.__name__, "elements")))')
-PATH_TRIPLEO_ELEMENTS=$DEST/tripleo-image-elements
# Save the state of TROVE_BRANCH first, since it's used in trovestack
TROVE_BRANCH_ORIG=${TROVE_BRANCH}
@@ -91,7 +89,6 @@ SERVICE_PASSWORD=${SERVICE_PASSWORD:-"secretservice"}
# Swift hash used by devstack.
SWIFT_HASH=12go358snjw24501
-
# Swift Disk Image
SWIFT_DATA_DIR=${DATA_DIR}/swift
SWIFT_DISK_IMAGE=${SWIFT_DATA_DIR}/drives/images/swift.img