l3_agent not disabling namespace use
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Gary Kotton | ||
Folsom |
Fix Released
|
High
|
Gary Kotton | ||
quantum (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Won't Fix
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Seems related to: https:/
Centos 6.3 iproute doesn't support netns.
From the docs I have:
In quantum.conf
allow_overlappi
In both dhcp_agent.ini and l3_agent.ini
use_namespaces=
The l3_agent seems to be still attempting to use netns.
2012-10-02 18:02:33 DEBUG [quantum.
2012-10-02 18:02:33 DEBUG [quantum.
Command: ['sudo', 'ip', 'netns', 'list']
Exit code: 255
Stdout: ''
Stderr: 'Object "netns" is unknown, try "ip help".\n'
Browsing the code:
/usr/lib/
I seem to load the L3NATAgent class which in it's init runs self._destroy_
No where in that chain do I see anything checking if use_namespace is set to True.
Related branches
- Openstack Ubuntu Testers: Pending requested
-
Diff: 79 lines (+68/-0)1 file modifieddebian/changelog (+68/-0)
tags: | added: folsom-backport-potential |
tags: | removed: folsom-backport-potential |
Changed in quantum (Ubuntu): | |
status: | New → Fix Released |
Changed in quantum (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in quantum (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in quantum: | |
milestone: | grizzly-1 → 2013.1 |
how are you invoking quantum-l3-agent? you're not running from packages, right?