Ubuntu 14.04
Sponsored Link

OpenStack Icehouse : Pre-requirements2014/05/13

 
This is the exmaple of Cloud Computiong by OpenStack.
On this example, Install and configure Keystone, Glance, Nova, Horizon on a server as All-in-One.
For other componets, refer to the precondition of the section.
Install some services which some components of OpenStack needs forst on here.
[1]
[2]
Install KVM HyperVisor like here.
It's unnecessarry to set Bridge networking manually, though. ( OpenStack system sets Bridge networking )
[3]
[4] Install RabbitMQ, Memcached.
root@dlp:~#
apt-get -y install rabbitmq-server memcached
# change guest's password

root@dlp:~#
rabbitmqctl change_password guest password

Changing password for user "guest" ...
...done.
root@dlp:~#
vi /etc/mysql/my.cnf
# line 47: comment out

#
bind-address = 127.0.0.1
root@dlp:~#
/etc/init.d/mysql restart

 * Stopping MySQL database server mysqld           [ OK ]
 * Starting MySQL database server mysqld           [ OK ]
Matched Content