Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osism/openstack-themes
Custom OpenStack Horizon & Skyline themes
https://github.com/osism/openstack-themes
openstack openstack-horizon
Last synced: 8 days ago
JSON representation
Custom OpenStack Horizon & Skyline themes
- Host: GitHub
- URL: https://github.com/osism/openstack-themes
- Owner: osism
- License: apache-2.0
- Created: 2023-06-24T08:31:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:55:06.000Z (10 months ago)
- Last Synced: 2024-03-07T12:57:29.108Z (10 months ago)
- Topics: openstack, openstack-horizon
- Language: HTML
- Homepage: https://osism.tech
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openstack-themes
https://docs.openstack.org/horizon/latest/configuration/themes.html
All themes in this repository are pre-installed in our OSISM Horizon
image.To use a specific theme, it must be explicitly made known via the
``custom_local_settings`` file.For example, to offer the ``default`` and ``regiocloud`` themes in one
environment, the following is added to the configuration repository in
``environments/kolla/files/overlays/custom_local_settings``.```
AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'),
('regiocloud', 'REGIO.cloud', 'themes/regiocloud'),
]
```We are happy to include any themes you like. For each theme a single
contact person must be defined. The theme providers are responsible for
its functionality. Especially in case of updates from the Horizon image.There are no backports, rebuilds or similar from the Horizon image in
case of errors or updates in the themes.Each provider of a theme is fully responsible and liable for the content
in their theme.We reserve the right to remove themes in the future.
## Sample screenshots
### regiocloud
![Horizon login](screenshots/regiocloud.png?raw=true "Horizon login")