c4afe8b438
This patch adds a Horizon plugin for Blazar. The following features are currently supported: * Show a list of leases * Show details of a lease * Update a lease * Delete lease(s) Change-Id: I24c14e697d4280fa29d84d11324fb881009f089b Partially Implements: blueprint climate-dashboard Co-Authored-By: Pablo Andres Fuente <pablo.a.fuente@intel.com>
30 lines
817 B
INI
30 lines
817 B
INI
[metadata]
|
|
name = blazar-dashboard
|
|
summary = Horizon plugin for the Blazar Reservation Service for OpenStack
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
blazar_dashboard
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|