I am trying to install Openstack on Ubuntu server 14.04.2 on a single machine (Intel PowerEdge 2950, 32 GB RAM, 3 hard drives on hardware RAID)
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install juju
$ sudo apt-add-repository ppa:cloud-installer/experimental
$ sudo apt-get install openstack
$ sudo install openstack-install
Then I choose a password and single-node installation
Then a new screen appears. It has two steps:
Creating container:
Bootstrapping juju:
But the system never completes 'Creating container' step (I let is it run endlessly for 1 hour)
Looking at the commands.log file, it seems that it gets hung on:
"Attempting to reset the terminal"
I would greatly appreciate help from anyone.
Thanks in advance.