horizon/doc/source/install/system-requirements.rst
Akihiro Motoki 8f39950a0e Document horizon policies
This commit tries to capture basic policies on back-end feature
supports and so on that have not documented so far.

Change-Id: Ic1dc6029ce2a1cf54d313e8320b7ca206f5dfaea
2019-01-15 16:19:28 +09:00

1.2 KiB

System Requirements

The Stein release of horizon has the following dependencies.

  • Python 2.7 or 3.5
    • Python 3.6 support is experimental.
    • Python 3.7 (or later versions if any) support will be considered along with the OpenStack community support policy.
  • Django 1.11 or 2.0
    • Django 1.8 to 1.10 are no longer supported since Rocky release.
    • Django support policy is documented at /contributor/policy.
  • 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.