[tacker] tacker-horizon 0.6.0 (ocata)
We are pumped to announce the release of: tacker-horizon 0.6.0: Tacker extension for Horizon This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/tacker-horizon/ For more details, please see below. Changes in tacker-horizon 0.5.0..0.6.0 -------------------------------------- b3341cb Updated from global requirements 46d42af Add Panel for NSD 6d0b0b6 Move _80_nfv.py file to enabled folder in tacker_horizon folder 04a26f3 Get service type according to tacker server change 455a344 Updated from global requirements e9d4358 Show team and repo badges on README 3262384 Updated from global requirements f368906 Updated from global requirements c1045e7 Updated from global requirements 0fb3e9c Updated from global requirements 0c522ad Updated from global requirements c686188 improved validation of OnBoard VNF form Diffstat (except docs and test files) ------------------------------------- README.md | 9 +- openstack_dashboard_extensions/_80_nfv.py | 6 - requirements.txt | 2 +- tacker_horizon/enabled/_80_nfv.py | 20 +++ tacker_horizon/enabled/__init__.py | 0 tacker_horizon/openstack_dashboard/api/tacker.py | 46 ++++++ .../dashboards/nfv/dashboard.py | 3 +- .../dashboards/nfv/nscatalog/__init__.py | 0 .../dashboards/nfv/nscatalog/forms.py | 105 ++++++++++++ .../dashboards/nfv/nscatalog/panel.py | 25 +++ .../dashboards/nfv/nscatalog/tables.py | 68 ++++++++ .../dashboards/nfv/nscatalog/tabs.py | 109 +++++++++++++ .../nscatalog/templates/nscatalog/_onboardns.html | 9 ++ .../nfv/nscatalog/templates/nscatalog/detail.html | 16 ++ .../nfv/nscatalog/templates/nscatalog/index.html | 17 ++ .../nscatalog/templates/nscatalog/onboardns.html | 11 ++ .../nscatalog/templates/nscatalog/template.html | 5 + .../dashboards/nfv/nscatalog/urls.py | 25 +++ .../dashboards/nfv/nscatalog/views.py | 110 +++++++++++++ .../dashboards/nfv/nsmanager/__init__.py | 0 .../dashboards/nfv/nsmanager/forms.py | 177 +++++++++++++++++++++ .../dashboards/nfv/nsmanager/panel.py | 25 +++ .../dashboards/nfv/nsmanager/tables.py | 159 ++++++++++++++++++ .../dashboards/nfv/nsmanager/tabs.py | 105 ++++++++++++ .../nsmanager/templates/nsmanager/_deploy_ns.html | 15 ++ .../nsmanager/templates/nsmanager/deploy_ns.html | 11 ++ .../nfv/nsmanager/templates/nsmanager/detail.html | 16 ++ .../nfv/nsmanager/templates/nsmanager/index.html | 17 ++ .../dashboards/nfv/nsmanager/urls.py | 25 +++ .../dashboards/nfv/nsmanager/views.py | 100 ++++++++++++ .../dashboards/nfv/vnfcatalog/forms.py | 10 +- .../dashboards/nfv/vnfcatalog/tables.py | 4 +- .../dashboards/nfv/vnfcatalog/tabs.py | 25 ++- test-requirements.txt | 12 +- 36 files changed, 1290 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8bb1ca4..938cfd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 045b9ec..9023301 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ hacking<0.11,>=0.10.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -15,2 +15,2 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 -nodeenv>=0.9.4 # BSD License # BSD +mox3!=0.19.0,>=0.7.0 # Apache-2.0 +nodeenv>=0.9.4 # BSD @@ -22,2 +22,2 @@ openstack.nose-plugin>=0.7 # Apache-2.0 -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=1.8.0 # Apache2 +oslosphinx>=4.7.0 # Apache-2.0 +reno>=1.8.0 # Apache-2.0 @@ -25 +25 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org