We joyfully announce the release of: blazar-dashboard 1.1.0: Horizon plugin for the Blazar Reservation Service for OpenStack This release is part of the rocky 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.1.0 ^^^^^ 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.1.0 ---------------------------------------- 5f84d93 Fix the home-page link in setup.cfg 7fb0329 Update links to use HTTPS 434c34d Support resource_properties key in instance_reservation cff0dc4 Django 2.0 support d1eeeff Drop mox from requirements 13d2964 add lower-constraints job 860958b Remove mox usage 607f3bd Sort reservation parameters f900478 Avoid tox-install.sh dbf77a1 Updated from global requirements ec9345c Add a reservable field of Hosts c3e16df Remove unused status related fields 4be33c8 Ignore Queens release notes in the next release 14f738b Update reno for stable/queens 1254601 Add release note for the Hosts panel 6ba6089 Use the openstackdocstheme for release notes e5eed1e Correct django template pattern in babel-django.cfg e43b1e9 Add reservations parameters for the lease update form 1b1f50f Add the new degraded field to Leases 0c28600 Use OpenStack documentation standards / Nova hypervisor-list API Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 ++ CONTRIBUTING.rst | 4 +- babel-django.cfg | 2 +- blazar_dashboard/api/client.py | 4 +- blazar_dashboard/content/hosts/tables.py | 3 + blazar_dashboard/content/hosts/tabs.py | 2 +- .../hosts/templates/hosts/_detail_overview.html | 5 +- blazar_dashboard/content/hosts/views.py | 2 +- blazar_dashboard/content/hosts/workflows.py | 18 +- blazar_dashboard/content/leases/forms.py | 56 +++- blazar_dashboard/content/leases/tables.py | 5 +- blazar_dashboard/content/leases/tabs.py | 17 +- .../leases/templates/leases/_detail_overview.html | 27 +- blazar_dashboard/content/leases/views.py | 4 +- blazar_dashboard/test/helpers.py | 16 ++ blazar_dashboard/test/test_data/blazar_data.py | 41 +-- lower-constraints.txt | 69 +++++ .../notes/host-panel-00836b98ea5dc8d8.yaml | 11 + releasenotes/source/conf.py | 8 +- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + releasenotes/source/unreleased.rst | 2 + requirements.txt | 7 +- setup.cfg | 2 +- test-requirements.txt | 3 - tools/tox_install.sh | 87 ------- tox.ini | 50 ++-- 36 files changed, 626 insertions(+), 912 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index da147e5..2d707cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,2 +12,2 @@ Babel!=2.4.0,>=2.3.4 # BSD -Django<2.0,>=1.8 # BSD -django-babel>=0.5.1 # BSD +Django<2.0,>=1.11 # BSD +django-babel>=0.6.2 # BSD @@ -16 +16,2 @@ django-pyscss>=2.0.2 # BSD License (2 clause) -http://tarballs.openstack.org/python-blazarclient/python-blazarclient-master... +python-blazarclient>=1.0.1 # Apache-2.0 +horizon>=13.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cda4958..b9b7866 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +14,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 @@ -22,2 +20,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