[Openstack] Openstack Essex - Guide for Ubuntu 12.04

Yi Sun beyounn at gmail.com
Fri May 18 17:13:42 UTC 2012


On 05/18/2012 03:44 AM, Emilien Macchi wrote:
> Yi,
>
> On Fri, May 18, 2012 at 7:47 AM, Yi Sun <beyounn at gmail.com
> <mailto:beyounn at gmail.com>> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120518/7456e1d7/attachment.html>


More information about the Openstack mailing list