summaryrefslogtreecommitdiff
path: root/integration/scripts
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-12-08 18:50:42 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-12-08 18:50:42 +1300
commit4c551947c9983109d494de92275ca4be2d11510d (patch)
tree1125585a925084827544983233afe2aa0704171c /integration/scripts
parente226ba68abfe42a2baae6017c2ae14d38dbd974f (diff)
downloadtrove-4c551947c9983109d494de92275ca4be2d11510d.tar.gz
Move the iptable change from trovestack to devstack
Change-Id: I6e10744f86f19f3c29babc07fda77936c95022ff
Diffstat (limited to 'integration/scripts')
-rwxr-xr-xintegration/scripts/trovestack13
1 files changed, 0 insertions, 13 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index dc6235ba..4aa66a53 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -810,14 +810,6 @@ function cmd_test_init() {
exclaim "Creating Test Flavors."
add_test_flavors
-
- if [[ -n $KEY_DIR ]]; then
- exclaim "Installing the SSH key from $KEY_DIR to the test environment."
- mkdir -m 700 -p $USERHOME/.ssh
- install -b --mode 0400 $KEY_DIR/id_rsa $USERHOME/.ssh
- cat $KEY_DIR/authorized_keys >> $USERHOME/.ssh/authorized_keys
- chmod 600 $USERHOME/.ssh/authorized_keys
- fi
}
function cmd_build_image() {
@@ -1307,12 +1299,7 @@ function cmd_gate_tests() {
# This var is used to ssh into the db instance during the test.
export TROVE_TEST_SSH_KEY_FILE=${SSH_DIR}/id_rsa
- # Fix iptables rules that prevent amqp connections from the devstack box to the guests
- sudo iptables -D openstack-INPUT -j REJECT --reject-with icmp-host-prohibited || true
-
- sudo chown -R $(whoami) /etc/trove
cd $TROVESTACK_SCRIPTS
-
local RESTART_TROVE=false
cmd_kick_start "${DATASTORE_TYPE}" "${RESTART_TROVE}"