diff options
Diffstat (limited to 'devstack')
-rw-r--r-- | devstack/plugin.sh | 3 |
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 |