> > On Mon, Jul 01, 2013 at 11:44:41AM +0200, Olivier Desport wrote: > > Hello, > > > > I've followed the 8.1 section to install a host on a KVM VM for tests. > > I've choosen to use Openswitch. > > > > I installed Openvstwich 1.10 with this guide : > > http://n40lab.wordpress.com/2013/06/03/centos-6-4-openvswitch-installa > > tion/ I disabled the bridge module in /etc/modprobe.d/dist.conf : > > alias bridge off > > > > The ovs-vsctl commands seem to be ok but when I restart network or > > reboot the machine, mounting cloudbr* interfaces fails. I don't see > > anything in the logs.
Did you create the bridges using the ovs-vsctl commands or the redhat initscripts as well? You can check if they exists by using the "ovs-vsctl list-br" command. If that doesn't list the bridges then you need to create them. Can you post the output of "ovs-vsctl list port"? > > > > Any idea ? > >