RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1022580 - netns.py syntax error
Summary: netns.py syntax error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-puppet-modules
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Martin Magr
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-23 14:53 UTC by Pádraig Brady
Modified: 2016-04-18 07:12 UTC (History)
2 users (show)

Fixed In Version: openstack-packstack-2013.2.1-0.12.dev835.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-30 23:02:22 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 53559 0 None None None Never

Description Pádraig Brady 2013-10-23 14:53:53 UTC
With packstack 806 I noticed this in a test run of a RHEL + neutron CI test

======================================================================
04:53:38 ERROR: Exercise the netns functionality required by neutron.
04:53:38 ----------------------------------------------------------------------
04:53:38 Traceback (most recent call last):
04:53:38   File "/usr/lib/python2.6/site-packages/packstack/puppet/modules/packstack/lib/facter/netns.py", line 156, in test_neutron_netns_cmds
04:53:38     e('%(ns1)s ip link delete %(veth1_1)s')
04:53:38   File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
04:53:38     self.gen.throw(type, value, traceback)
04:53:38   File "/usr/lib/python2.6/site-packages/packstack/puppet/modules/packstack/lib/facter/netns.py", line 73, in add_namespaces
04:53:38     yield ns1, ns2
04:53:38   File "/usr/lib/python2.6/site-packages/packstack/puppet/modules/packstack/lib/facter/netns.py", line 122, in test_neutron_netns_cmds
04:53:38     e('%(ns1)s iptables-save > %s' % iptables_filename)
04:53:38 TypeError: format requires a mapping
04:53:38 
04:53:38 ----------------------------------------------------------------------


Note You need to log in before you can comment on or make changes to this bug.