Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtopjian/horizon-2012.1.3
My custom modifications to OpenStack Horizon
https://github.com/jtopjian/horizon-2012.1.3
Last synced: 4 days ago
JSON representation
My custom modifications to OpenStack Horizon
- Host: GitHub
- URL: https://github.com/jtopjian/horizon-2012.1.3
- Owner: jtopjian
- Created: 2012-10-12T17:40:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T20:20:04.000Z (about 12 years ago)
- Last Synced: 2023-03-23T03:01:27.550Z (over 1 year ago)
- Language: Python
- Size: 480 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Horizon 2012.1.3 Modified
=========================This repository contains my modifications to the OpenStack Horizon dashboard (version 2012.1.3). See the individual commits for details on the changes.
In summary, they include:
1. Resolving the `KeyError` issue when an admin views all Instances and Volumes. The `KeyError` will happen when other projects have running instances and attached volumes.
2. Enabling Regions. By default, if Keystone hosts multiple services in different regions, you can utilize the different regions by using the command-line tools, but not through Horizon. This is now resolved.
3. Since Django's drop-down boxes are in the form of `(value, key)`, regions have to be listed as `(url, region-name)`. This prevents the ability to use one Keystone service to provide authentication to multiple regions (unless that Keystone service is hosted on multiple IPs). This is now resolved as well.
ToDo
----
* Make sure regions are supported in `api/keystone.py` and `api/swift.py`.