From 6e69525b3c71f542e0a0431580c0e9f0aa6cdecb Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 19 Sep 2016 06:01:19 +0900 Subject: [PATCH] [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 --- doc/install-guide/source/horizon-install.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/install-guide/source/horizon-install.rst b/doc/install-guide/source/horizon-install.rst index 76bae4a70a..1ba503e443 100644 --- a/doc/install-guide/source/horizon-install.rst +++ b/doc/install-guide/source/horizon-install.rst @@ -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 `__. +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::