[openstack-dev] [Openstack][Devstack] No luck installing openstack with devstack

Kuang-Ching Wang kuangching.wang at gmail.com
Fri May 31 23:47:36 UTC 2013


Just tried installing openstack/quantum with devstack master on three fresh ubuntu VMs (12.04, 12.10, 13.04) none succeed now.  Anyone seeing the same issue?

The symptom is, after installation completes, creating a network and then launching a VM on it will not succeed.  VM will be launching for error.  Checking the screen logs show errors in various processes, complaining about oslo (n-cpu, n-sch, q-meta, q-dhcp, ...), kombu (q-l3), and loading certs (q-svc).

The only thing I did after cloning devstack onto my fresh ubuntu VM is to create the localrc as follows:

disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service quantum
# Optional, to enable tempest configuration as part of devstack
enable_service tempest
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=tokentoken
DEST=/opt/stack
SCREEN_LOGDIR=$DEST/logs/screen
SYSLOG=True


Thanks!
KC



More information about the OpenStack-dev mailing list