blazar-dashboard 9.0.1 (antelope)
We are pleased to announce the release of: blazar-dashboard 9.0.1: Horizon plugin for the Blazar Reservation Service for OpenStack This release is part of the antelope release series. The source is available from: https://opendev.org/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. 9.0.1 ^^^^^ New Features ************ * Adds support for specifying a CA certificate to use to verify SSL connections with "OPENSTACK_SSL_CACERT" and for disabling SSL certificate checks with "OPENSTACK_SSL_NO_VERIFY". Bug Fixes ********* * Fixes the dashboard not working when "OPENSTACK_SSL_CACERT" is set. LP#2045281 Changes in blazar-dashboard 9.0.0..9.0.1 ---------------------------------------- 5a04368 Support SSL verification in creating Blazar client 2ef3997 Drop lower-constraints.txt and its testing c2d3f52 Update TOX_CONSTRAINTS_FILE for stable/2023.1 182d2aa Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 1 - blazar_dashboard/api/client.py | 25 +++++++--- lower-constraints.txt | 58 ---------------------- ...reating-the-blazar-client-603ee30a4356ab52.yaml | 10 ++++ requirements.txt | 5 ++ tox.ini | 12 ++--- 7 files changed, 38 insertions(+), 74 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1645d36..f19a234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,5 @@ +# Note: Requirements lower bounds listed here are our best effort to keep them +# up to date but we do not test them so there is no guarantee of having them +# all correct. If you find any incorrect lower bounds, let us know or propose a +# fix. +
participants (1)
-
no-reply@openstack.org