
satimis at yahoo
Jul 26, 2012, 7:48 AM
Post #2 of 2
(201 views)
Permalink
|
|
Re: nova [-] --bridge_interface is require
[In reply to]
|
|
Hi Tks for your advice. $ sudo apt-get install openvswitch-switch $ sudo ovs-vsctl add-br br-int no complaint $ network_manager=nova.network.quantum.manager.QuantumManager no complaint $ nova-manage network create --label=public --fixed_range_v4=8.8.8.0/24 Command failed, please check log for more info 2012-07-26 22:35:23 CRITICAL nova [-] --bridge_interface is required to create a network. Still the same. I installed python-quantumclient-2012.2~f1.tar.gz and quantum-2012.2~f2.tar.gz from source. B.R. SL ----- Original Message ----- > From: Nirbhay Tomar <nirbhaysinghtomar [at] gmail> > To: Stephen Liu <satimis [at] yahoo> > Cc: > Sent: Thursday, July 26, 2012 9:12 PM > Subject: Re: [Openstack-operators] nova [-] --bridge_interface is require > > Hi, > > You have to create a bridge interface which you have mentioned in > configuration by default it is br-int in ovs by following command: > > ovs-vsctl add-br br-int > > after doing this start the quantum agent. > > this might solve your problem. > > // nirbhay > > On Thu, Jul 26, 2012 at 5:34 PM, Stephen Liu <satimis [at] yahoo> wrote: >> Hi all, >> >> To create a network using Quantum Manager, run: >> > http://docs.openstack.org/trunk/openstack-network/admin/content/Net-Create-dle455.html >> >> $ nova-manage network create --label=public --fixed_range_v4=8.8.8.0/24 >> Command failed, please check log for more info >> 2012-07-26 19:59:43 CRITICAL nova [-] --bridge_interface is required to > create a network. >> >> What does it mean in the error msg? How to fix it? TIA >> >> B.R. >> SL >> >> >> _______________________________________________ >> OpenStack-operators mailing list >> OpenStack-operators [at] lists >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > _______________________________________________ OpenStack-operators mailing list OpenStack-operators [at] lists http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
|