use_nova_chains fails due to a missing flag

Bug #718548 reported by Vish Ishaya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Vish Ishaya

Bug Description

Trying to use nova chains fails with the following traceback:

(nova.root): TRACE: File "/usr/lib/pymodules/python2.6/nova/network/manager.py", line 124, in init_host
(nova.root): TRACE: self.driver.init_host()
(nova.root): TRACE: File "/usr/lib/pymodules/python2.6/nova/network/linux_net.py", line 76, in init_host
(nova.root): TRACE: _execute("sudo iptables -D %s -j nova_input" % FLAGS.input_chain,
(nova.root): TRACE: File "/usr/lib/pymodules/python2.6/nova/flags.py", line 139, in __getattr__
(nova.root): TRACE: val = gflags.FlagValues.__getattr__(self, name)
(nova.root): TRACE: File "/usr/lib/python2.6/dist-packages/gflags.py", line 810, in __getattr__
(nova.root): TRACE: raise AttributeError(name)
(nova.root): TRACE: AttributeError: input_chain

Looks like a flag got missed.

Related branches

Thierry Carrez (ttx)
Changed in nova:
assignee: nobody → Vish Ishaya (vishvananda)
importance: Undecided → Medium
status: New → In Progress
Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → 2011.2
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.