[tacker] tacker-horizon 0.7.0 (ocata)
We are overjoyed to announce the release of: tacker-horizon 0.7.0: Tacker extension for Horizon This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/tacker-horizon/ For more details, please see below. Changes in tacker-horizon 0.6.0..0.7.0 -------------------------------------- 07718c5 Remove tacker-horizon to make this JS path right cccc476 Add missing files for rpm-packaging 58e40e6 Updated from global requirements 699423e Allow VNF creation from inline template 959e387 VNFFG Manager Tab throwing attribute error Diffstat (except docs and test files) ------------------------------------- .mailmap | 3 + CONTRIBUTING.rst | 16 ++ HACKING.rst | 19 +++ LICENSE | 176 +++++++++++++++++++++ MANIFEST.in | 12 ++ README.md | 36 ----- README.rst | 44 ++++++ manage.py | 12 ++ setup.cfg | 2 +- tacker_horizon/enabled/_80_nfv.py | 1 - .../dashboards/nfv/vnfcatalog/tabs.py | 3 +- .../dashboards/nfv/vnffgmanager/tables.py | 4 +- .../dashboards/nfv/vnffgmanager/tabs.py | 16 +- .../templates/vnffgmanager/vnffg_details.html | 31 ++++ .../dashboards/nfv/vnffgmanager/views.py | 2 +- .../dashboards/nfv/vnfmanager/forms.py | 63 +++++++- test-requirements.txt | 2 +- 17 files changed, 392 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9023301..bc9b12f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25 +25 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org