Jump to: navigation, search

Difference between revisions of "Horizon"

m (unlinked openstack camel case autoimport)
m (Consolidate the requirements listf)
Line 23: Line 23:
  
 
* Python 2.6 or 2.7 (not compatible with python 3.0).
 
* Python 2.6 or 2.7 (not compatible with python 3.0).
* A [https://launchpad.net/keystone Keystone] (identity and authentication service) endpoint.
+
* An identity and authentication service endpoint: [[Keystone|Keystone]]
* A Compute ([[Nova|Nova]]) endpoint, with all compute services (API, scheduler, compute, network, etc.) running.
+
* A Compute endpoint, with all compute services (API, scheduler, compute, network, etc.) running: [[Nova|Nova]]
* An Image Store ([[InstallInstructions/Glance|Glance]]) endpoint.
+
* An Image Store endpoint: [[Glance|Glance]]
  
 
=== Optional ===
 
=== Optional ===
  
* An Object Store ([[Swift|Swift]]) endpoint.
+
* An Object Store endpoint: [[Swift|Swift]]
* A [[Quantum|Quantum]] (networking) endpoint.
+
* A networking endpoint: [[Neutron|Neutron]]
  
 
== Getting Started ==
 
== Getting Started ==
  
 
Please see the [http://docs.openstack.org/developer/horizon/quickstart.html Horizon Quickstart Guide] and [http://docs.openstack.org/developer/horizon/topics/deployment.html Horizon Deployment Configuration Guide] for the latest information on obtaining the code, creating a local settings file, running a development server, and considerations for a live deployment.
 
Please see the [http://docs.openstack.org/developer/horizon/quickstart.html Horizon Quickstart Guide] and [http://docs.openstack.org/developer/horizon/topics/deployment.html Horizon Deployment Configuration Guide] for the latest information on obtaining the code, creating a local settings file, running a development server, and considerations for a live deployment.

Revision as of 14:35, 8 January 2014

OpenStack Dashboard ("Horizon")

What is Horizon ?

Horizon is the canonical implementation of Openstack’s Dashboard, which provides a web based user interface to OpenStack services including Nova, Swift, Keystone, etc. Please see Introducing Horizon for a thorough look at what Horizon is and what the aims of the project are.

Resources

Source code
Bug tracker
Blueprints
Documentation
Design

Requirements

  • Python 2.6 or 2.7 (not compatible with python 3.0).
  • An identity and authentication service endpoint: Keystone
  • A Compute endpoint, with all compute services (API, scheduler, compute, network, etc.) running: Nova
  • An Image Store endpoint: Glance

Optional

  • An Object Store endpoint: Swift
  • A networking endpoint: Neutron

Getting Started

Please see the Horizon Quickstart Guide and Horizon Deployment Configuration Guide for the latest information on obtaining the code, creating a local settings file, running a development server, and considerations for a live deployment.