[Openstack] devstack, XenServer and networking

Teemu Rinta-aho teemu.rinta-aho at nomadiclab.com
Mon Sep 3 13:27:17 UTC 2012


Hi all,

I am running Ubuntu 12.04.1 on XenServer 6.0.2. I got devstack running without a localrc,
but then stack.sh defaulted to running KVM/QEMU inside the Xen VM. When I started to
edit localrc, I ended up with this problem:

2012-09-03 16:04:26 CRITICAL nova [req-8bf97707-11f0-42b4-bdfe-d51d7724fff2 None None] bridge is required to create a network.

My localrc looks like this:

MYSQL_PASSWORD=secret
RABBIT_PASSWORD=secret
SERVICE_TOKEN=secret
SERVICE_PASSWORD=secret
ADMIN_PASSWORD=secret

DEST=/devstack
VIRT_DRIVER=xenserver
XENAPI_PASSWORD=secret
IMAGE_URLS=""
MULTI_HOST=1
ACTIVE_TIMEOUT=45
HOST_IP_IFACE=eth0
PUBLIC_INTERFACE=eth0
NETWORK_GATEWAY=10.53.6.1
NET_MAN=FlatManager
NETINSTALLIP="dhcp"
NAMESERVERS=""
NETMASK=""
GATEWAY=""

Any ideas how I can get forward?

BR,
Teemu



More information about the Openstack mailing list