Horizon plugin for the Blazar Reservation Service for OpenStack
Go to file
manchandavishal 837eb58428 Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I71e21300e6c072f790ae0517bb40d18b01a4a23b
2022-04-29 22:00:57 +05:30
blazar_dashboard Address RemovedInDjango40Warning 2022-04-29 22:00:57 +05:30
doc Remove unnecessary unicode prefixes 2022-04-20 13:16:50 +02:00
releasenotes Remove unnecessary unicode prefixes 2022-04-20 13:16:50 +02:00
.eslintrc Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
.gitignore Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:06 +00:00
.zuul.yaml Add Python3 zed unit tests 2022-03-08 11:54:49 +00:00
CONTRIBUTING.rst Update links to use HTTPS 2018-05-15 06:13:52 +00:00
HACKING.rst Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
LICENSE Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
README.rst Update to opendev 2019-04-23 16:06:58 +08:00
babel-django.cfg translation: drop babel extractor definitions 2019-12-27 01:58:34 +09:00
babel-djangojs.cfg translation: drop babel extractor definitions 2019-12-27 01:58:34 +09:00
lower-constraints.txt Fix lower-constraints job 2021-02-16 14:43:37 +01:00
manage.py Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
requirements.txt Drop Django 1.11 support 2020-01-06 14:11:19 +00:00
setup.cfg Updating python testing classifier as per Yoga testing runtime 2022-01-31 10:42:21 +05:30
setup.py Cleanup py27 support 2020-04-16 15:23:47 +02:00
test-requirements.txt Configure bandit security linter 2020-10-02 16:48:11 +02:00
tox.ini Change minversion of tox to 3.18.0 2021-05-31 12:19:19 +02:00

README.rst

Team and repository tags

image

Blazar dashboard

Horizon plugin for the Blazar Reservation Service for OpenStack

Features

See doc/source/index.rst

Enabling in DevStack

Not yet supported

Manual Installation

See doc/source/install.rst

Other Resources