Quantum: DHCP request fails with IptablesFirewallDriver and default rule as DISCARD
Bug #1131223 reported by
Gary Kotton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Gary Kotton | ||
Folsom |
Fix Released
|
High
|
Gary Kotton |
Bug Description
When using the firewall driver IptablesFirewal
default INPUT and FORWARD rules are DISCARD then the DHCP
request from the VM is discarded prior to getting the dnsmasq.
Changed in nova: | |
assignee: | nobody → Gary Kotton (garyk) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → grizzly-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | grizzly-rc1 → 2013.1 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/22546 github. com/openstack/ nova/commit/ 81476d70c406d1b 95a82df3dcaec64 045fd68d20
Committed: http://
Submitter: Jenkins
Branch: master
commit 81476d70c406d1b 95a82df3dcaec64 045fd68d20
Author: Gary Kotton <email address hidden>
Date: Thu Feb 21 13:43:10 2013 +0000
Enable VM DHCP request to reach DHCP agent
When using the firewall driver IptablesFirewal lDriver and the
default INPUT and FORWARD rules are DISCARD then the DHCP
request from the VM is discarded prior to getting to the dnsmasq.
A new rule will be added that enables DHCP requests to pass.
This fixes bug 1131223
Change-Id: I50fad5b63c3c4b 22a5d828e3e8935 3c1ed723332