Open port 16509 on compute nodes for Nova live migration

Nova live migration needs port 16509.

Change-Id: If876710c293d7f48f2c6f80f4e49bbfa90b1e16c
This commit is contained in:
Jonathan Brownell 2014-12-09 14:58:26 -08:00
parent ace480b751
commit 9e9ec3b851
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eu
# nova live migration
add-rule INPUT -p tcp --dport 16509 -j ACCEPT