Comment 9 for bug 1060559

Revision history for this message
Gary Kotton (garyk) wrote : Re: [Bug 1060559] Re: l3_agent not disabling namespace use

On 10/05/2012 08:11 PM, Koaps wrote:
> Hi Gary,
>
> I was able to get l3_agent running by commenting out the
> self._destroy_all_router_namespaces(), of course your way is the proper
> way :)
>
> I'm still having an issue trying to get NAT working.
>
> I tried to follow the test case and workflow:
>
> https://fedoraproject.org/wiki/QA:Testcase_Quantum_V2
> http://docs.openstack.org/trunk/openstack-network/admin/content/l3_workflow.html
>
> But I can't get NAT to work and the VM can't leave its private network,
> though it can ping the public interface of the controller/gateway node,
> so I'm pretty sure the GRE tunnel is working right.
>
> I can file a new bug on this is that is a better way, but any help would
> be great because I'm stuck and this is the last mile for my stack.
>
> Thanks
>
Hi,
Can you please help provide some additional information about your
setup. From the bug I assume that you are working with namespaces
disabled and recall that you are using openvswicth. When I wrote the
above test cases it was done with namespaces enabled.
I have a few questions:
1. Can you please print out the ifconfig?
2. Can you please send ovs-vsctl show
3. When you assign a floating IP are you able to ping the floating IP
(after it has been assigned to a VM)?
Thanks
Gary