Jump to: navigation, search

Difference between revisions of "Horizon"

(Resources)
(Requirements: Update list of optional requirements + add link to browser support page)
Line 31: Line 31:
 
* An Object Store endpoint: [[Swift|Swift]]
 
* An Object Store endpoint: [[Swift|Swift]]
 
* A networking endpoint: [[Neutron|Neutron]]
 
* A networking endpoint: [[Neutron|Neutron]]
 +
 +
 +
Other optional components: Orchestration ([[Heat]]), Metering ([[Ceilometer]]), Database ([[Trove]]), Data processing ([[Sahara]]). As a rule Horizon aim to provide out-of-the-box support for the other integrated projects.
 +
 +
=== Browser Support ===
 +
 +
The list of supported browsers is informally documented on the [[Horizon/BrowserSupport|Browser Support wiki page]]. Feel free to add to it with information on the browser(s) you've been testing Horizon with!
  
 
== Getting Started ==
 
== Getting Started ==

Revision as of 15:06, 20 August 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


Other optional components: Orchestration (Heat), Metering (Ceilometer), Database (Trove), Data processing (Sahara). As a rule Horizon aim to provide out-of-the-box support for the other integrated projects.

Browser Support

The list of supported browsers is informally documented on the Browser Support wiki page. Feel free to add to it with information on the browser(s) you've been testing Horizon with!

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.

Development

Meeting