<div dir="ltr">Hello, <div><br></div><div>I am trying to get started with OpenStack by using devstack. </div><div><br></div><div>Currently, devstack seems broken. </div><div><br></div><div>Here is what I'm doing: </div>
<div><br></div><div>1. Bring up a new ubuntu 12.04 OS:</div><div><br></div><div>vagrant init hashicorp/precise64<br></div><div>vagrant up</div><div>vagrant reload</div><div><br></div><div>2. Log in and Setup devstack:</div>
<div><br></div><div>vagrant ssh</div><div>sudo apt-get update</div><div>sudo apt-get install git</div><div>git clone <a href="https://github.com/openstack-dev/devstack.git">https://github.com/openstack-dev/devstack.git</a></div>
<div>cd devstack</div><div>./stack.sh</div><div><br></div><div>This fails. The ./stack.sh output is enormous. It ends with </div><div><br></div><div><div>+++ nova flavor-list</div><div>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)</div>
</div><div><br></div><div>Scrolling up a bit earlier, I see stuff like this:</div><div><br></div><div><div>++ openstack endpoint show -f value -c publicurl ec2</div><div>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)</div>
</div><div><br></div><div>Any ideas what is going wrong? Did I miss a step? </div><div><br></div><div>FWIW, info about the OS that vagrant creates:</div><div><div>$ cat /etc/lsb-release </div><div>DISTRIB_ID=Ubuntu</div><div>
DISTRIB_RELEASE=12.04</div><div>DISTRIB_CODENAME=precise</div><div>DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"</div></div><div><br></div><div>Thanks, </div><div>Andi</div><div><br></div><div><br></div><div><br></div>
<div><br></div><div><br></div></div>