We are stoked to announce the release of: blazar-dashboard 1.3.0: Horizon plugin for the Blazar Reservation Service for OpenStack This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/blazar-dashboard Download the package from: https://tarballs.openstack.org/blazar-dashboard/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. 1.3.0 ^^^^^ New Features * Add support for specifying the affinity policy to use with instance reservations. This feature is available in Blazar starting with the Stein release. Changes in blazar-dashboard 1.2.0..1.3.0 ---------------------------------------- fc2cd32 Add release note for affinity policy 4064094 Support Affinity Rule column in the Virtual Instance Resource Type 81c7a29 Fix outdated link to Babel documentation 7c3aa9c Use template for lower-constraints c3b61f0 Change openstack-dev to openstack-discuss 52b1dac Remove outdated code 1ff2f7a Remove dead code 2ec6369 switch documentation job to new PTI 1b13722 import zuul job settings from project-config aef0a30 Drop nose dependencies 8008a91 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 13 +++++++------ babel-djangojs.cfg | 4 ++-- blazar_dashboard/api/client.py | 6 ------ blazar_dashboard/content/leases/forms.py | 16 +++++++++++++++- blazar_dashboard/test/helpers.py | 4 ---- lower-constraints.txt | 6 ------ .../notes/add-affinity-support-de4c63de74da29ff.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++++++ requirements.txt | 7 +------ setup.cfg | 2 +- test-requirements.txt | 6 ------ 13 files changed, 41 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2d707cc..cb050a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +10,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD -Django<2.0,>=1.11 # BSD -django-babel>=0.6.2 # BSD -django-compressor>=2.0 # MIT -django-pyscss>=2.0.2 # BSD License (2 clause) @@ -17 +12 @@ python-blazarclient>=1.0.1 # Apache-2.0 -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b9b7866..36a5f77 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +12,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD @@ -16,5 +14,0 @@ nodeenv>=0.9.4 # BSD -nose>=1.3.7 # LGPL -nose-exclude>=0.3.0 # LGPL -nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover>=1.0.10 # BSD -openstack.nose-plugin>=0.7 # Apache-2.0