summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secgroup-adaptation3
1 files changed, 3 insertions, 0 deletions
diff --git a/secgroup-adaptation b/secgroup-adaptation
index dc350f9..7bd2ea4 100644
--- a/secgroup-adaptation
+++ b/secgroup-adaptation
@@ -18,6 +18,9 @@ nova secgroup-add-rule $SECGROUP ICMP -1 -1 0/0
# Ping doesn't like Onions, but we do!
nova secgroup-add-rule $SECGROUP tcp 9001 9001 0/0
+# We need to get the couch through the door!
+nova secgroup-add-rule $SECGROUP tcp 2984 2984 0/0
+
# There's also this story about Alice, who gets into a rabbit hole
nova secgroup-add-rule $SECGROUP UDP 1194 1194 0/0