Hello all,
Below is the steps I use to install OpenStack on Ubuntu and it never worked for me. It started well and in Step 1 but got stocked in Step2. I also tried in Fedora and CentOS. Got stock in step 2. Please help me out. Thanks
sudo yum update -y
sudo yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
Packstack takes the work out of manually setting up OpenStack. For a single node OpenStack deployment, run the following command.
packstack --allinoneOpenStack {Ubuntu 14.04 LTS} Installation Steps
OpenStack for ubuntu
# sudo apt-get update
# sudo apt-get install git
# git clone https://www.github.com/openstack-dev/devstack.git -b stable/juno
# ls
# cd devstack
# ls
# sudo apt-get install vim
# apt-get installl libvirt-bin
# sudo vim stackrc
under "Base GIT Repo URL
add 'https://www.github.com
# under /devstack directory
# ls
# ./stack.sh