[blazar] blazar-dashboard 1.0.1 (queens)
We are gleeful to announce the release of: blazar-dashboard 1.0.1: Horizon plugin for the Blazar Reservation Service for OpenStack This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/blazar-dashboard/ Please report issues through launchpad: https://launchpad.net/blazar For more details, please see below. 1.0.1 ^^^^^ New Features * A new Hosts panel is supported in the Reservation group of the Admin dashboard. The following operations are supported: * Show a list of hosts * Show details of a host * Create host(s) * Update a host * Delete host(s) Changes in blazar-dashboard 1.0.0..1.0.1 ---------------------------------------- 166f4ad Remove unused status related fields eb3c546 Add a reservable field of Hosts 2218f9d Add the new degraded field to Leases 6cdc953 Add release note for the Hosts panel a88a20d Update UPPER_CONSTRAINTS_FILE for stable/queens b061930 Update .gitreview for stable/queens 91ff35e Use OpenStack documentation standards / Nova hypervisor-list API Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + blazar_dashboard/api/client.py | 4 +- blazar_dashboard/content/hosts/tables.py | 3 + .../hosts/templates/hosts/_detail_overview.html | 5 +- blazar_dashboard/content/hosts/workflows.py | 18 +- blazar_dashboard/content/leases/tables.py | 5 +- .../leases/templates/leases/_detail_overview.html | 6 +- blazar_dashboard/test/test_data/blazar_data.py | 41 +-- .../notes/host-panel-00836b98ea5dc8d8.yaml | 11 + requirements.txt | 2 +- test-requirements.txt | 2 - tox.ini | 4 +- 20 files changed, 173 insertions(+), 560 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index da147e5..55a8488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ django-pyscss>=2.0.2 # BSD License (2 clause) -http://tarballs.openstack.org/python-blazarclient/python-blazarclient-master... +python-blazarclient>=1.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cda4958..90c5cbb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,2 +21,0 @@ openstack.nose-plugin>=0.7 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org