
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>
Team and repository tags
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
- Source code:
- Blueprints/Bugs: https://launchpad.net/blazar
- Documentation: https://docs.openstack.org/blazar/latest/
- Release notes: https://docs.openstack.org/releasenotes/blazar-dashboard
Description
Languages
Python
85.5%
HTML
8.9%
JavaScript
4.9%
SCSS
0.7%