summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBubaVV <vmarkov@mirantis.com>2019-05-31 16:16:21 +0300
committerBubaVV <vmarkov@mirantis.com>2019-05-31 16:16:21 +0300
commita3ba780ba4467207aac804f67d3265049aabdc47 (patch)
treef65415e5c62dff9a90376dc7bdfb228c6b5bdc66
parent2d763b73c3947cc4287f1a8337c3a8309e948c9e (diff)
downloadhorizon-a3ba780ba4467207aac804f67d3265049aabdc47.tar.gz
Fix release version name in system-requirements.rst
Change-Id: I5f8152540127bd2ed23dadd1a55275a4ede56940
-rw-r--r--doc/source/install/system-requirements.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/install/system-requirements.rst b/doc/source/install/system-requirements.rst
index 31afff1a1..bb6339755 100644
--- a/doc/source/install/system-requirements.rst
+++ b/doc/source/install/system-requirements.rst
@@ -15,17 +15,17 @@ The Stein release of horizon has the following dependencies.
* Django 1.8 to 1.10 are no longer supported since Rocky release.
* Django support policy is documented at :doc:`/contributor/policy`.
-* An accessible `keystone <https://docs.openstack.org/keystone/latest/>`_ endpoint
+* An accessible `keystone <https://docs.openstack.org/keystone/stein/>`_ endpoint
* All other services are optional.
Horizon supports the following services as of the Stein release.
If the keystone endpoint for a service is configured,
horizon detects it and enables its support automatically.
- * `cinder <https://docs.openstack.org/cinder/latest/>`_: Block Storage
- * `glance <https://docs.openstack.org/glance/latest/>`_: Image Management
- * `neutron <https://docs.openstack.org/neutron/latest/>`_: Networking
- * `nova <https://docs.openstack.org/nova/latest/>`_: Compute
- * `swift <https://docs.openstack.org/swift/latest/>`_: Object Storage
+ * `cinder <https://docs.openstack.org/cinder/stein/>`_: Block Storage
+ * `glance <https://docs.openstack.org/glance/stein/>`_: Image Management
+ * `neutron <https://docs.openstack.org/neutron/stein/>`_: Networking
+ * `nova <https://docs.openstack.org/nova/stein/>`_: Compute
+ * `swift <https://docs.openstack.org/swift/stein/>`_: Object Storage
* Horizon also supports many other OpenStack services via plugins. For more
information, see the :ref:`install-plugin-registry`.