| commit | c3bf2e7f56ea17ef62a526a8c2c8abe5825a0ec8 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Wed Jul 01 19:28:44 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Wed Jul 01 19:28:44 2015 +0000 |
| tree | 56903fb55027f2e53550864381ba5b709ac13ff5 | |
| parent | 742cd6f70747d31bd4646c841e029814e4d59540 [diff] | |
| parent | 365d11dfa9fec3b1025c14e38ad3a66f8c79a148 [diff] |
Merge "Ironic: Fix iPXE Connection timed out"
diff --git a/lib/ironic b/lib/ironic index 40a3460..cff20c9 100644 --- a/lib/ironic +++ b/lib/ironic
@@ -658,6 +658,10 @@ # agent ramdisk gets instance image from swift sudo iptables -I INPUT -d $HOST_IP -p tcp --dport ${SWIFT_DEFAULT_BIND_PORT:-8080} -j ACCEPT || true fi + + if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then + sudo iptables -I INPUT -d $HOST_IP -p tcp --dport $IRONIC_HTTP_PORT -j ACCEPT || true + fi } function configure_tftpd {