Remove python 3.8 support + unification of the version Horizon. Change-Id: I4ded4a449f3d1f9fa3c16dfce5790e6ecd19063a
27 lines
1.0 KiB
ReStructuredText
27 lines
1.0 KiB
ReStructuredText
===================
|
|
System Requirements
|
|
===================
|
|
|
|
The latest version of Horizon has the following dependencies:
|
|
|
|
* Python 3.9, 3.10 or 3.11
|
|
|
|
* Django 4.2
|
|
|
|
* Django support policy is documented at :ref:`django_support`.
|
|
|
|
* An accessible `keystone <https://docs.openstack.org/keystone/latest/>`_ 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
|
|
* Horizon also supports many other OpenStack services via plugins. For more
|
|
information, see the :ref:`install-plugin-registry`.
|