How do I install OpenStack on a single Ubuntu 12.04 node?

Posted by Sam Edwards on Server Fault See other posts from Server Fault or by Sam Edwards
Published on 2012-09-27T00:23:38Z Indexed on 2012/09/27 3:39 UTC
Read the original article Hit count: 568

Filed under:
|

I'm having trouble installing OpenStack in Ubuntu 12.04, for various reasons:

  • The official Ubuntu website recommends Juju and MAAS. However, this is a single node I am trying to get OpenStack installed on, and MAAS requires "two or more nodes" according to the docs. Additionally, I don't have any experience in MAAS and Juju and would rather stick to technologies I am more familiar with so that I can debug problems that arise.
  • I have tried StackGeek but this fails because the node only has a single Ethernet port. The node does, however, have the second hard drive required for the nova storage.
  • I have tried DevStack but cannot log into the dashboard. The login form appears fine, but as soon as I try to submit the page, my browser begins loading indefinitely.
  • I have tried installing straight from packages, but I get an Internal Server Error in the dashboard upon trying to log in, with no helpful logs anywhere in sight to aid me in debugging the issue.

Each of these attempts was with a fresh Ubuntu 12.04 LTS setup; I'm finding it really strange that no matter what I try, I cannot get OpenStack installed. Is this even a stable/mature project? Why am I encountering so many bugs?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about OpenStack