Horizon plugin for the Blazar Reservation Service for OpenStack
Go to file
Takashi Natsume 1e5fe0ef4e Replace deprecated datetime.utcnow()
The datetime.utcnow() is deprecated in Python 3.12.
Replace datetime.utcnow() with
datetime.now(datetime.timezone.utc).replace(tzinfo=None).

Change-Id: I4be5425e7fdb94a6235677d5639c0633f7ff229a
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2024-10-01 00:22:22 +09:00
blazar_dashboard Replace deprecated datetime.utcnow() 2024-10-01 00:22:22 +09:00
doc Remove unnecessary unicode prefixes 2022-04-20 13:16:50 +02:00
releasenotes Update master for stable/2024.2 2024-09-13 09:56:21 +00: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 Drop lower-constraints.txt and its testing 2023-09-14 18:49:00 +02: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
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
manage.py 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
requirements.txt Drop lower-constraints.txt and its testing 2023-09-14 18:49:00 +02:00
setup.cfg Remove Python 3.8 support and replace pytz code 2024-09-12 09:07:50 +02:00
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 Remove Python 3.8 support and replace pytz code 2024-09-12 09:07:50 +02:00

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