/openstack

Openstack All-in-one on Ubuntu Server

Openstack Setup

Detail of openstack setup on Ubuntu Server

Ubuntu 14.04 Tahr / Openstack Ice House

With single interface (eth0)

Preparation

View Details

  • Enable BIOS dev name e.g ethx

  • Enable IP Forwarding

  • Install NTP

Install OpenStack - pre-requisite

View Details

  • Install Rabbit MQ

  • Install MySQL

Install OpenStack - packages

  • Install Keystone

View Details

  • Install Glance

View Details

  • Install Nova

View Details

  • Install Neutron

View Details

  • Install Horizon

apt-get install -y openstack-dashboard

vi /etc/openstack-dashboard/local_settings.py

OPENSTACK_ENDPOINT_TYPE = "internalURL"
  • Launch Instance

View Details

  • Install Cinder

View Details