Install Openstack using devstack

Published: 11 January 2013
on channel: Nucleus
19,022
23

How to Install Openstack using devstack
http://fosshelp.blogspot.in/2014/02/d...

1)
#cd /home/saju
#mkdir openstack
#cd openstack
#git clone https://github.com/openstack-dev/devs... -b stable/havana
Here /home/saju/openstack/devstack/stackrc is already set to use stable/havana branch for all the Openstack services

2)
#cd /home/saju/openstack/devstack
#vim localrc
###./stack will ask you for the password if the "localrc" file with above variables are not defined.
###If you already install mysql and set root password, please give that passwor for DATABASE_PASSWORD.
DATABASE_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_TOKEN=openstack
SERVICE_PASSWORD=openstack
ADMIN_PASSWORD=openstack
###Offline:don't reclone from github.
###After devstack installation, you can uncomment following 2 lines and ./unstack and ./stack
#OFFLINE=True
#RECLONE=no
###Interface of VM/System, where you can see the ip.
###You can change it based on your requirement to "lo", "eth0", etc-- and run ./unstack and ./stack.
###Set PUBLIC_INTERFACE=lo to get "127.0.0.1" to all openstack services.
PUBLIC_INTERFACE=eth0

3)
#cd /home/saju/openstack/devstack
#./stack

4)
Fix for the issue: You don't have permission to access / on this server.

Edit horizon.conf
#sudo vim /etc/apache2/sites-available/horizon.conf

Please add the line "Require all granted" as per below:

Directory
Options FollowSymLinks
AllowOverride None
Require all granted
Directory

5)
#sudo service apache2 restart

6)
Goto http://127.0.0.1


On this page of the site you can watch the video online Install Openstack using devstack with a duration of hours minute second in good quality, which was uploaded by the user Nucleus 11 January 2013, share the link with friends and acquaintances, this video has already been watched 19,022 times on youtube and it was liked by 23 viewers. Enjoy your viewing!