[new][tacker] tacker-horizon 0.4.0 release (newton)
We are psyched to announce the release of: tacker-horizon 0.4.0: Tacker extension for Horizon This release is part of the newton release series. For more details, please see below. Changes in tacker-horizon 0.3.0..0.4.0 -------------------------------------- 09dfbaa Add domain name field for VIM register 2b2de7d Added option to set default vim 6490d4d check extension of toscal file 04aeffb Updated from global requirements 2e25c78 Add .idea/ to tacker-horizon .gitignore fe92d21 Updated from global requirements ffa6b94 Register VIM description field modified to be rendered as multi lines. 480d734 Add "Description" parameter while creating VNF in horizon. 38a76b5 Set the max_length of the VNFD/VNF/VIM Name to 255. 6412ee5 Updated from global requirements 98b7a5b Add Error Reason column in VNFManager tab dccfd69 Add "Description" parameter while onboarding VNF in horizon. 1944610 Updated from global requirements ebf1796 Display VNF instance details in Tacker Horizon. c040e49 Display VIM status in horizon 3dbe456 Make VNF Name mandatory for VNFD/VNF in Tacker Horizon. 0e351a3 Make VIM description optional for Register VIM form in horizon f51ec2c Raise correct error when api.tacker.get_vnf fail bd73c24 Updated from global requirements 3c412d2 VNF Catalog should handle user input vnfd name c3af73b VNF name and VIM name should be optional ef5a1a9 Add translation support for tacker-horizon Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + babel-django.cfg | 5 +++ babel-djangojs.cfg | 14 +++++++ openstack_dashboard_extensions/_80_nfv.py | 1 + .../dashboards/nfv/vim/forms.py | 33 ++++++++++++++-- .../dashboards/nfv/vim/tables.py | 1 + .../openstack_dashboard/dashboards/nfv/vim/tabs.py | 6 ++- .../dashboards/nfv/vnfcatalog/forms.py | 17 +++++++- .../dashboards/nfv/vnfmanager/forms.py | 10 ++++- .../dashboards/nfv/vnfmanager/tables.py | 15 ++++--- .../dashboards/nfv/vnfmanager/tabs.py | 18 ++++++++- .../vnfmanager/templates/vnfmanager/detail.html | 16 ++++++++ .../templates/vnfmanager/vdu_details.html | 28 +++++++++++++ .../dashboards/nfv/vnfmanager/urls.py | 1 + .../dashboards/nfv/vnfmanager/views.py | 46 ++++++++++++++++++++++ test-requirements.txt | 8 ++-- tox.ini | 5 +++ 17 files changed, 205 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d89482b..045b9ec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,2 +13,2 @@ coverage>=3.6 # Apache-2.0 -django-nose>=1.2 # BSD -mock>=1.2 # BSD +django-nose>=1.4.4 # BSD +mock>=2.0 # BSD @@ -23 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +reno>=1.8.0 # Apache2 @@ -25 +25 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org