openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #11977
Re: Openstack Essex - Guide for Ubuntu 12.04
On 05/18/2012 03:44 AM, Emilien Macchi wrote:
> Yi,
>
> On Fri, May 18, 2012 at 7:47 AM, Yi Sun <beyounn@xxxxxxxxx
> <mailto:beyounn@xxxxxxxxx>> wrote:
>
> Emilien,
> I'm using your document to setup an environment, so far I have two
> issues, hope you could help out.
> 1. the Linux bridge driver is install/loaded during the install
> process. I tried to remove it by add it into modprobe blacklist,
> but it is still installed after reboot.
>
>
> We don't care about it, we use OVS bridging.
In the INSTALL.Linux file that comes with OVS source code, it has
following comments:
**********************************************************************************
The Open vSwitch datapath requires bridging support
(CONFIG_BRIDGE) to be built as a kernel module. (This is common
in kernels provided by Linux distributions.) The bridge module
must not be loaded or in use. If the bridge module is running
(check with "lsmod | grep bridge"), you must remove it ("rmmod
bridge") before starting the datapath.
********************************************************************************
Anyway, I have find out how to remove bridge and stp. Just use following
commands:
# virsh net-destroy default
# virsh net-autostart --disable default
>
> 2. I can start quantum-server manually without any problem, but it
> will fall if it is auto started during system boot up.
>
>
> Do you have logs files ?
>
Do you know how to turn on the log for quantum-server? I did not find
anything in /var/log/quantum.
Thx
Yi
Follow ups
References