We are gleeful to announce the release of: tacker-horizon 0.10.0: Tacker extension for Horizon This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/tacker-horizon/ For more details, please see below. Changes in tacker-horizon 0.9.0..0.10.0 --------------------------------------- 6bdb8a4 Update urls to Django 1.8 style 6be8f80 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .../openstack_dashboard/dashboards/nfv/nscatalog/urls.py | 7 ++----- .../openstack_dashboard/dashboards/nfv/nsmanager/urls.py | 7 ++----- tacker_horizon/openstack_dashboard/dashboards/nfv/vim/urls.py | 7 ++----- .../openstack_dashboard/dashboards/nfv/vnfcatalog/urls.py | 7 ++----- .../openstack_dashboard/dashboards/nfv/vnffgcatalog/urls.py | 7 ++----- .../openstack_dashboard/dashboards/nfv/vnffgmanager/urls.py | 7 ++----- .../openstack_dashboard/dashboards/nfv/vnfmanager/urls.py | 7 ++----- tacker_horizon/test/urls.py | 5 ++--- test-requirements.txt | 2 +- 9 files changed, 17 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 45919dd..7e13505 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25 +25 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD