horizon/doc/source/install/system-requirements.rst
Akihiro Motoki c897a8e444 doc: Reorganize contributor doc
Ussuri community goal "Project specific contributor and PTL docs"
want us to use doc/source/contributor/contributing.rst as an entry
point, but the current contributor/contributing.rst in horizon
contains a lot of information.

Before updating the file to satisfy the community goal criteria,
this commit reorganize the contributor doc.
It splits the existing contents in contributing.rst into pieces.

Change-Id: I8aa9a310a99e0eed5a93ed040a02a2829ee09bf7
2020-08-20 08:34:11 +09:00

1.2 KiB

System Requirements

The Ussuri release of horizon has the following dependencies.

  • Python 3.6 or 3.7
  • Django 2.2
    • Django support policy is documented at django_support.
    • Ussuri release uses Django 2.2 (the latest LTS) as the primary Django version. The prevouos LTS of Django 1.11 will be dropped during Ussuri cycle. Django 2.0 support will be dropped as well.
  • An accessible keystone 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: Block Storage
    • glance: Image Management
    • neutron: Networking
    • nova: Compute
    • swift: Object Storage
    • Horizon also supports many other OpenStack services via plugins. For more information, see the install-plugin-registry.