We exuberantly announce the release of: tacker-horizon 0.9.0: Tacker extension for Horizon This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/tacker-horizon/ For more details, please see below. Changes in tacker-horizon 0.7.0..0.9.0 -------------------------------------- 9ccbaba Updated from global requirements dbdee9c Updated from global requirements cfbb7e0 Updated from global requirements 59341a3 Change show_vnfd to show_nsd to fix the NSD detail error a0e464a Updated from global requirements e000118 Updated from global requirements 915d113 Switch to oslo_log 29cfc1a Updated from global requirements bfecb89 sync test-requirements with global requirements 01d1015 Updated from global requirements 0f929f7 Add python-tackerclient in requirements.txt 631c6b6 move api call to outside the for loop b4f2b49 tacker-horizon doesn't show detailed VNF info Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 +- setup.py | 2 +- tacker_horizon/openstack_dashboard/api/tacker.py | 5 +- .../dashboards/nfv/nsmanager/forms.py | 3 +- .../dashboards/nfv/nsmanager/tabs.py | 4 -- .../dashboards/nfv/nsmanager/views.py | 3 +- .../dashboards/nfv/vim/forms.py | 4 -- .../dashboards/nfv/vnffgmanager/forms.py | 6 +- .../dashboards/nfv/vnffgmanager/views.py | 2 +- .../dashboards/nfv/vnfmanager/forms.py | 2 +- .../dashboards/nfv/vnfmanager/tabs.py | 4 -- .../templates/vnfmanager/vdu_details.html | 75 +++++++++++++++------- .../dashboards/nfv/vnfmanager/views.py | 2 +- test-requirements.txt | 8 +-- 14 files changed, 70 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 938cfd0..918df08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10,3 @@ -pbr>=1.8 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +python-tackerclient>=0.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bc9b12f..45919dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -12 +12 @@ hacking<0.11,>=0.10.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -23 +23 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 @@ -25 +25 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD