horizon/doc/source/install/system-requirements.rst
Akihiro Motoki 5e3fc94971 Update Django versions in horizon requirements
Part of blueprint django2-support

Change-Id: I748a9e4316618bf940ec507faa3456785cb2113f
2018-03-16 07:54:48 +09:00

1.2 KiB

System Requirements

The Queens release of horizon has the following dependencies.

  • Python 2.7 or 3.5
  • Django 1.11 or 2.0
    • Django 1.8 to 1.10 are no longer supported since Rocky release.
    • Horizon usually syncs with Django's Roadmap and basically supports maintained versions of Django as of the feature freeze of each OpenStack release.
  • An accessible keystone 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: 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.