Re: [Openstack] Help with quantum/neutron provider networks (transition from nova-network)

2013-08-12 Thread Robert Kukura
On 08/12/2013 03:24 PM, Jonathan Proulx wrote: > Thanks Rob, > > That was it Can you explain what you did to make it work? The quantum-openvswitch-agent should take care of connecting the integration bridge (br-int) with the physical network bridge (the one listed after "trunk:" in bridge_mappin

Re: [Openstack] Help with quantum/neutron provider networks (transition from nova-network)

2013-08-12 Thread Jonathan Proulx
Thanks Rob, That was it -Jon On Sun, Aug 11, 2013 at 6:31 PM, Robert Collins wrote: > You need to connect the exterior network to the integration bridge > yourself. This is in the deployer docs somewhere, I don't recall > offhand - sorry. > > -Rob > > On 12 August 2013 06:26, Jonathan Proulx

Re: [Openstack] Help with quantum/neutron provider networks (transition from nova-network)

2013-08-11 Thread Robert Collins
You need to connect the exterior network to the integration bridge yourself. This is in the deployer docs somewhere, I don't recall offhand - sorry. -Rob On 12 August 2013 06:26, Jonathan Proulx wrote: > Bad form to self-reply but it's off hours for most and this is probably > useful new informa

Re: [Openstack] Help with quantum/neutron provider networks (transition from nova-network)

2013-08-11 Thread Jonathan Proulx
Bad form to self-reply but it's off hours for most and this is probably useful new information.. the vm's tap device on the compute node is being put in the bridge "int-br", if I remove it and put in the "trunk" bridge with the correct tag it works as I want: root@nova-0:~# ovs-vsctl del-port br-

[Openstack] Help with quantum/neutron provider networks (transition from nova-network)

2013-08-11 Thread Jonathan Proulx
HI All, My maintenance window is closing and I haven't yet managed the transition I planned from nova-network to quantum/neutron with ovs plugin. Using Ubuntu 12.04 Cloud archive packages (and puppetlabs openstack modules, though I had the same results by hand so likely confusion on my part rathe