Fix documents in doc/source/install

* Fix release version name(latest->queens)
* Fix list number(trivial)

Change-Id: I72fc09451b44c9cb18b5eb1f72007242197ce36e
This commit is contained in:
ardentpark 2018-10-18 21:12:47 +09:00 committed by Soonyeul Park
parent 5d1690da90
commit 6d58d3550c
3 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ Installation
.. note::
In the commands below, substitute "<release>" for your version of choice,
such as "ocata" or "pike".
such as "pike" or "queens".
#. Clone Horizon

View File

@ -55,7 +55,7 @@ Install and configure components
2. Edit the
3. Edit the
``/etc/openstack-dashboard/local_settings.py``
file and complete the following actions:

View File

@ -10,17 +10,17 @@ The Queens release of horizon has the following dependencies.
* Django 1.8 to 1.10 are also supported.
Their support will be dropped in the Rocky release.
* An accessible `keystone <https://docs.openstack.org/keystone/latest/>`_ endpoint
* An accessible `keystone <https://docs.openstack.org/keystone/queens/>`_ endpoint
* All other services are optional.
Horizon supports the following services as of the Queens 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/queens/>`_: Block Storage
* `glance <https://docs.openstack.org/glance/queens/>`_: Image Management
* `neutron <https://docs.openstack.org/neutron/queens/>`_: Networking
* `nova <https://docs.openstack.org/nova/queens/>`_: Compute
* `swift <https://docs.openstack.org/swift/queens/>`_: Object Storage
* Horizon also supports many other OpenStack services via plugins. For more
information, see the :ref:`install-plugin-registry`.