[install] Update Horizon dependency

In Newton release, horizon's dependency is now only keystone.
It means, horizon supports swift only deployments with keystone.

https://review.openstack.org/#/c/371161/ update the install guide
but this file was not covered.

Horizon release note:
http://docs.openstack.org/releasenotes/horizon/unreleased.html#b3

Change-Id: I09d2ebaebc0473f03e97fc671a2ff07eb99877fc
This commit is contained in:
Akihiro Motoki 2016-09-19 06:01:19 +09:00 committed by Lana Brindley
parent d8395a9e11
commit 6e69525b3c
1 changed files with 4 additions and 7 deletions

View File

@ -4,13 +4,10 @@ Install and configure
This section describes how to install and configure the dashboard
on the controller node.
The dashboard relies on functional core services including
Identity, Image service, Compute, and either Networking (neutron)
or legacy networking (nova-network). Environments with
stand-alone services such as Object Storage cannot use the
dashboard. For more information, see the
`developer documentation <http://docs.openstack.org/developer/
horizon/topics/deployment.html>`__.
The only core service required by the dashboard is the Identity service.
You can use the dashboard in combination with other services, such as
Image service, Compute, and Networking. You can also use the dashboard
in environments with stand-alone services such as Object Storage.
.. note::