Created attachment 646268 [details] removing the leading "/sbin" from iptables-save The following error is on /var/log/quantum/l3-agent.log --- RuntimeError: Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter'] Exit code: 99 --- This is a known issue in the upstream: https://bugs.launchpad.net/quantum/+bug/1069966 This is caused because "/sbin/iptables-save" is issued instead of "iptables-save". My setup is: # rpm -qf /usr/lib/python2.6/site-packages/quantum/agent/linux/iptables_manager.py python-quantum-2012.2-2.el6.noarch
Hi, The bug https://bugs.launchpad.net/quantum/+bug/1069966 has been solved upstream. The fix has been ported back to the stable folsom release. The fix is in http://github.com/openstack/quantum/commit/425e942fa28667f57282044f653a73c7fa60cfff and it will be ready in a few days when we do the new packages. Thanks Gary
If I'm not mistaken, the same bug seems to remain in RHOS Folsom Preview, right? # rpm -qf /usr/lib/python2.6/site-packages/quantum/agent/linux/iptables_manager.py python-quantum-2012.2-2.1.el6.noarch # grep sbin /usr/lib/python2.6/site-packages/quantum/agent/linux/iptables_manager.py s = [('/sbin/iptables', self.ipv4)]
Hi, You are not mistaken. At the moment the problem is in the preview. We are currently working on building and testing the packages with the new fix. Thanks Gary
The issus is in Folsom. We almost already forgot that such a release existed.