horizon/doc/source/install/system-requirements.rst
Akihiro Motoki 0f34f6e7ed Add a release note on Django 3.2 support
We consider Django 3.2 support as experimental in Xena,
but it is worth documenting it.

Change-Id: Ibdaed0f4eafd18c61289e70e41584e97d6c60dd7
2021-09-22 16:10:02 +09:00

1.1 KiB

System Requirements

The Ussuri release of horizon has the following dependencies.

  • Python 3.6 or 3.7
  • Django 2.2
    • Django 3.2 support is experimental as of Xena release. (Yoga release will use Django 3.2 as the primary Django version.)
    • Django support policy is documented at django_support.
  • 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.