[release-announce] tacker-horizon 4.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 6 11:44:56 UTC 2021


We contentedly announce the release of:

tacker-horizon 4.0.0: Tacker extension for Horizon

This release is part of the xena release series.

The source is available from:

    https://opendev.org/openstack/tacker-horizon

Download the package from:

    https://tarballs.openstack.org/tacker-horizon/

Please report issues through:

    https://bugs.launchpad.net/tacker/+bugs

For more details, please see below.

Changes in tacker-horizon 3.0.0..4.0.0
--------------------------------------

b952869 Add tacker-horizon integration test framework
6e80631 Fix retrieval of VNF details in NFV dashboard
3618f21 Drop block storage v2 API
c4f27e2 Remove broken link from tacker horizon guide
028ca19 setup.cfg: Replace dashes with underscores
9a85cce Update min version of tox
ffcb8c4 Add Python3 xena unit tests


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 29 +++++++-
bindep.txt                                         |  7 ++
lower-constraints.txt                              | 18 ++---
requirements.txt                                   |  2 +-
setup.cfg                                          |  6 +-
.../templates/vnffgmanager/vdu_details.html        |  2 +-
.../dashboards/nfv/vnffgmanager/views.py           |  9 ++-
.../templates/vnfmanager/vdu_details.html          |  2 +-
.../dashboards/nfv/vnfmanager/views.py             |  8 ++-
tacker_horizon/test/integration/__init__.py        |  0
tacker_horizon/test/integration/horizon.conf       |  4 ++
tacker_horizon/test/integration/pages/__init__.py  |  0
.../test/integration/pages/nfv/__init__.py         |  0
.../pages/nfv/nfv_orchestration/__init__.py        |  0
.../pages/nfv/nfv_orchestration/nscatalogpage.py}  | 13 ++--
.../pages/nfv/nfv_orchestration/nsmanagerpage.py}  | 13 ++--
.../nfv/nfv_orchestration/vimmanagementpage.py     | 20 ++++++
.../nfv/nfv_orchestration/vnffgcatalogpage.py      | 20 ++++++
.../nfv/nfv_orchestration/vnffgmanagerpage.py      | 20 ++++++
.../pages/nfv/vnf_management/__init__.py           |  0
.../pages/nfv/vnf_management/vnfcatalogpage.py}    | 13 ++--
.../pages/nfv/vnf_management/vnfmanagerpage.py     | 20 ++++++
tacker_horizon/test/integration/test_basic.py      | 55 ++++++++++++++++
tacker_horizon/test/settings.py                    | 77 +++++++---------------
test-requirements.txt                              |  3 +
tools/executable_files.txt                         |  1 +
tools/find_executables.sh                          | 17 +++++
tox.ini                                            | 29 ++++++--
33 files changed, 289 insertions(+), 171 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e705dde..d91dec8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pbr>=5.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e440ac6..bbbd78c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,0 +14,3 @@ nodeenv>=0.9.4 # BSD
+# Horizon integration tests requirements
+selenium>=2.50.1 # Apache-2.0
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list