yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00400
[Bug 1119481] Re: When running Quantum with devstack on Fedora 17 or Fedora 18, the DBus service is broken
This ended up being a bug with the iproute package in Fedora as
documented here:
https://bugzilla.redhat.com/show_bug.cgi?id=882047
** Bug watch added: Red Hat Bugzilla #882047
https://bugzilla.redhat.com/show_bug.cgi?id=882047
** Changed in: quantum
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1119481
Title:
When running Quantum with devstack on Fedora 17 or Fedora 18, the DBus
service is broken
Status in OpenStack Quantum (virtual network service):
Invalid
Bug description:
On both Fedora 17 and Fedora 18, when I use devstack, after a devstack
run my D-Bus daemon has died such that systemctl no longer works. If I
try to run systemctl, I see this:
[kmestery@fedora-mac devstack]$ systemctl
Failed to get D-Bus connection: No connection to service manager.
[kmestery@fedora-mac devstack]$
In addition, because the DBus service goes away, nova-compute cannot
start on the host due to not being able to contact libvirtd.
If I replace Quantum with nova-networking, everything works fine. My
localrc is below.
LOGFILE=stack.sh.log
#OFFLINE=True
#RECLONE=yes
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service quantum
enable_service ryu
Q_PLUGIN=openvswitch
Q_PLUGIN=ryu
ryu
RYU_API_HOST=$SERVICE_HOST
RYU_OFP_HOST=$SERVICE_HOST
RYU_APPS=ryu.app.gre_tunnel,ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_tunnel,ryu.app.tunnel_port_updater,ryu.app.rest_quantum
#RYU_REPO=${GIT_BASE}/ykaneko/ryu.git
#RYU_BRANCH=live-migration
Q_HOST=$SERVICE_HOST
disable_service rabbit
enable_service qpid
HOST_NAME=$(hostname)
SERVICE_HOST_NAME=${HOST_NAME}
SERVICE_HOST=192.168.56.101
FLOATING_RANGE=192.168.100.0/24
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
GLANCE_HOSTPORT=$SERVICE_HOST:9292
KEYSTONE_AUTH_HOST=$SERVICE_HOST
KEYSTONE_SERVICE_HOST=$SERVICE_HOST
MYSQL_PASSWORD=mysql
#RABBIT_PASSWORD=rabbit
SERVICE_TOKEN=service
SERVICE_PASSWORD=admin
ADMIN_PASSWORD=admin
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1119481/+subscriptions