We are amped to announce the release of: tacker 0.8.1: OpenStack NFV Orchestration This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/tacker/ For more details, please see below. Changes in tacker 0.8.0..0.8.1 ------------------------------ 90f5374 Check certificates for vim af41adc Updated from global requirements 765593c Updated from global requirements 89efb75 Update UPPER_CONSTRAINTS_FILE for stable/pike 35d2a4f Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 4 ++-- samples/vim/vim_config.yaml | 1 + tacker/nfvo/drivers/vim/openstack_driver.py | 17 +++++++++++------ .../unit/nfvo/drivers/vim/test_openstack_driver.py | 7 +++++-- tacker/vnfm/keystone.py | 11 ++++++----- test-requirements.txt | 4 ++-- tox.ini | 2 +- 9 files changed, 36 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b81a319..b12ddfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,2 +42,2 @@ cryptography!=2.0,>=1.6 # BSD/Apache-2.0 -paramiko>=2.0.0 # LGPLv2.1+ -pyroute2>=0.4.19 # Apache-2.0 (+ dual licensed GPL2) +paramiko>=2.0 # LGPLv2.1+ +pyroute2!=0.4.18,!=0.4.19,!=0.4.20,>=0.4.17 # Apache-2.0 (+ dual licensed GPL2) diff --git a/test-requirements.txt b/test-requirements.txt index af16873..38e1cd0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -mock>=2.0.0 # BSD +mock>=2.0 # BSD @@ -26 +26 @@ python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0