erictchiu / openstack-horizon-swiftonly

Customization for OpenStack Horizon to support Swift and Keystone-only installations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openstack Horizon - Swift, Keystone and Ceilometer only

This simple python module overrides default settings in OpenStack Horizon and makes it possible to use Horizon with OpenStack Swift and Keystone only (and Ceilometer, if you want).

  1. Install this package:

    python setup.py install

  2. Add customization module to /etc/openstack-dashboard/local_settings:

HORIZON_CONFIG = { # ... 'customization_module': 'dashboard_override.override', }

  1. Restart Apache

apachectl restart

Have a look at the override.py file and customize it to meet your needs.

About

Customization for OpenStack Horizon to support Swift and Keystone-only installations


Languages

Language:Python 100.0%