Updated docs to reflect current required services for Horizon.
Fixes bug 946874. Change-Id: Ieaac7f102047be1d6fb17f129bd2b74d13a1dc4c
This commit is contained in:
parent
d3f2552547
commit
6999780204
11
README.rst
11
README.rst
@ -55,6 +55,17 @@ Nova, Keystone, Glance, etc. up and running.
|
|||||||
|
|
||||||
.. _Devstack: http://devstack.org/
|
.. _Devstack: http://devstack.org/
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The minimum required set of OpenStack services running includes the
|
||||||
|
following:
|
||||||
|
|
||||||
|
* Nova (compute, api, scheduler, *and* volume services)
|
||||||
|
* Glance
|
||||||
|
* Keystone
|
||||||
|
|
||||||
|
Optional support is provided for Swift.
|
||||||
|
|
||||||
|
|
||||||
Development
|
Development
|
||||||
===========
|
===========
|
||||||
|
@ -28,9 +28,20 @@ Alternately specify the listen IP and port::
|
|||||||
Once the Horizon server is running point a web browser to http://localhost:8000
|
Once the Horizon server is running point a web browser to http://localhost:8000
|
||||||
or to the IP and port the server is listening.
|
or to the IP and port the server is listening.
|
||||||
|
|
||||||
note:: The ``DevStack`` project (http://devstack.org/) can be used to install
|
.. note:: The ``DevStack`` project (http://devstack.org/) can be used to install
|
||||||
an OpenStack development environment from scratch.
|
an OpenStack development environment from scratch.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The minimum required set of OpenStack services running includes the
|
||||||
|
following:
|
||||||
|
|
||||||
|
* Nova (compute, api, scheduler, *and* volume services)
|
||||||
|
* Glance
|
||||||
|
* Keystone
|
||||||
|
|
||||||
|
Optional support is provided for Swift.
|
||||||
|
|
||||||
Horizon's Structure
|
Horizon's Structure
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user