summaryrefslogtreecommitdiff
path: root/devstack
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 /devstack
parente226ba68abfe42a2baae6017c2ae14d38dbd974f (diff)
downloadtrove-4c551947c9983109d494de92275ca4be2d11510d.tar.gz
Move the iptable change from trovestack to devstack
Change-Id: I6e10744f86f19f3c29babc07fda77936c95022ff
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 6102e9c6..cef7b7f9 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -319,6 +319,9 @@ function install_trove {
if is_service_enabled horizon; then
install_trove_dashboard
fi
+
+ # 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
}
# install_trove_dashboard() - Collect source and prepare