[Openstack] devstack fails

Andreas Voellmy andreas.voellmy at gmail.com
Fri Jun 27 15:23:15 UTC 2014


Hello,

I am trying to get started with OpenStack by using devstack.

Currently, devstack seems broken.

Here is what I'm doing:

1. Bring up a new ubuntu 12.04 OS:

vagrant init hashicorp/precise64
vagrant up
vagrant reload

2. Log in and Setup devstack:

vagrant ssh
sudo apt-get update
sudo apt-get install git
git clone https://github.com/openstack-dev/devstack.git
cd devstack
./stack.sh

This fails. The ./stack.sh output is enormous. It ends with

+++ nova flavor-list
ERROR (ConnectionError): HTTPConnectionPool(host='10.0.2.15', port=8774):
Max retries exceeded with url:
/v2/191228efe8a649d29ad5a7e823f63a15/flavors/detail (Caused by <class
'socket.error'>: [Errno 111] Connection refused)

Scrolling up a bit earlier, I see stuff like this:

++ openstack endpoint show -f value -c publicurl ec2
ERROR: cliff.app Authorization Failed: An unexpected error prevented the
server from fulfilling your request. (OperationalError) (2003, "Can't
connect to MySQL server on '127.0.0.1' (111)") None None (Disable debug
mode to suppress these details.) (HTTP 500)

Any ideas what is going wrong? Did I miss a step?

FWIW, info about the OS that vagrant creates:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"

Thanks,
Andi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140627/fd2b1958/attachment.html>


More information about the Openstack mailing list