[release-announce] tacker-horizon 0.12.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 16 13:23:33 UTC 2018


We are excited to announce the release of:

tacker-horizon 0.12.0: Tacker extension for Horizon

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/tacker-horizon

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/tacker

For more details, please see below.

Changes in tacker-horizon 0.11.0..0.12.0
----------------------------------------

b701cb4 Fix errors in README
1c7f77a TEMPLATE_* settings were deprecated
c2d2760 Add py36 testenv
6c25387 Fix compress failure
84b8018 Require the (soon-to-be) Rocky version of Horizon
c0a48c2 Remove Nose from tacker-horizon
2545206 Add python3 django 1.11 job instead of django 2.0 job
74fb9c7 Django 2.0 support
417687a Fix VNF catalog does not show service types
9c7bccb Add docs to local test tox
4449710 add lower-constraints job
9c3bc53 Add tacker-horizon docs
7197028 Add OpenStack profiler to tacker-horizon's tacker api wrapper
8449b5d Fix Vnffgmanager panel wrong classname
d470215 Re-structure tacker-horizon static dir
19988a9 Updated from global requirements
3e2604a Add Horizon UIs for managing Kubernetes VIMs
b237df0 Add Default VIM value column in VIM Management
9223bb1 Update README.rst
1b292de Update the outdated links in repo


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

.zuul.yaml                                         |  9 +++
CONTRIBUTING.rst                                   |  4 +-
HACKING.rst                                        |  2 +-
README.rst                                         | 56 +++++++++++---
babel-djangojs.cfg                                 |  2 +-
lower-constraints.txt                              | 84 ++++++++++++++++++++
requirements.txt                                   |  4 +
setup.cfg                                          | 17 +----
tacker_horizon/enabled/_80_nfv.py                  |  1 +
tacker_horizon/openstack_dashboard/api/tacker.py   | 48 ++++++++++++
.../dashboards/nfv/nscatalog/views.py              |  4 +-
.../dashboards/nfv/nsmanager/views.py              |  4 +-
.../nfv/static/dashboard/nfv/css/nfv.css           |  1 +
.../dashboards/nfv/static/dashboard/nfv/js/nfv.js  |  1 +
.../nfv/static/dashboard/nfv/js/nfv.vim.reg.js     | 50 ++++++++++++
.../dashboards/nfv/static/nfv/css/nfv.css          |  1 -
.../dashboards/nfv/static/nfv/js/nfv.js            |  1 -
.../dashboards/nfv/vim/forms.py                    | 46 +++++++++--
.../dashboards/nfv/vim/tables.py                   |  2 +
.../openstack_dashboard/dashboards/nfv/vim/tabs.py | 18 +++--
.../nfv/vim/templates/vim/_registervim.html        |  4 +
.../dashboards/nfv/vim/views.py                    |  4 +-
.../dashboards/nfv/vnfcatalog/tables.py            |  2 +-
.../dashboards/nfv/vnfcatalog/tabs.py              | 11 +--
.../dashboards/nfv/vnfcatalog/views.py             |  4 +-
.../dashboards/nfv/vnffgcatalog/views.py           |  4 +-
.../dashboards/nfv/vnffgmanager/panel.py           |  4 +-
.../dashboards/nfv/vnffgmanager/views.py           |  4 +-
.../dashboards/nfv/vnfmanager/views.py             |  4 +-
tacker_horizon/test/settings.py                    | 31 +++++---
test-requirements.txt                              | 11 ---
tox.ini                                            | 53 +++++++------
46 files changed, 643 insertions(+), 110 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fb823fc..6b897e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,0 +13,4 @@ python-tackerclient>=0.8.0 # Apache-2.0
+
+# This will be installed from git in OpenStack CI if the job setting
+# required-projects for horizon:
+horizon>=14.0.0.0b2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4bb889e..fde0086 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +14,0 @@ mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0
@@ -17,10 +15,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
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
-testtools>=2.2.0 # MIT






More information about the Release-announce mailing list