We are pumped to announce the release of: openstack-ansible-os_rally 16.0.0: os_rally for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_rally/ For more details, please see below. Changes in openstack-ansible-os_rally 15.0.0.0rc1..16.0.0 --------------------------------------------------------- e57e9c2 Updated from OpenStack Ansible Tests 64dc7f3 Updated from OpenStack Ansible Tests ace2e7b Update vars and test tooling for Pike 8202950 Update UPPER_CONSTRAINTS_FILE for stable/pike f1ed443 Update .gitreview for stable/pike 67a3b84 Updated from OpenStack Ansible Tests ffe290c Updated from OpenStack Ansible Tests 1b1a4c5 Updated from OpenStack Ansible Tests 7bd67ca Updated from OpenStack Ansible Tests 5280896 Updated from global requirements df6ffda Update URLs in documents according to document migration 7c65365 Updated from OpenStack Ansible Tests ba12900 Updated from OpenStack Ansible Tests e454631 Fix openstackdocstheme settings 9125458 Updated from global requirements e868358 Switch from oslosphinx to openstackdocstheme df7dfdc Updated from OpenStack Ansible Tests 2096195 Updated from global requirements ff854d2 Updated from global requirements bcd0ab8 Ensure that role tests pin pip/setuptools/wheel a1291a9 Updated from global requirements a1ca8da Allow the developer constraints to be adjusted 997a03a Add venv_tag local fact bda9077 Updated from global requirements 65383e8 Fix for lookup and get_url occuring in different places cab2a12 Use zuul-cloner for tests repo in OpenStack-CI fdc4458 Use package module to install distro packages c61017d Fix role gate tests for Ansible 2.3 96153c5 Install python2-pyOpenSSL package on CentOS 555b80a Updated from global requirements ae98d1e Updated from global requirements 37b0cfa Updated from global requirements c754941 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 852b429 Use https instead of http for git.openstack.org e3a82d6 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitignore | 8 +-- .gitreview | 1 + README.rst | 2 +- Vagrantfile | 49 +++++++++++++++--- bindep.txt | 46 ++++++++++++----- defaults/main.yml | 2 +- meta/main.yml | 17 ++++++- releasenotes/source/conf.py | 11 +++-- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 +++ setup.cfg | 2 +- setup.py | 2 +- tasks/rally_install.yml | 32 ++++++++++-- tasks/rally_install_apt.yml | 26 ---------- test-requirements.txt | 11 ++--- tox.ini | 22 +++------ 22 files changed, 325 insertions(+), 155 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a5433f9..ae8c323 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT -pyasn1 # BSD +pyasn1!=0.2.3 # BSD @@ -8 +8 @@ pyOpenSSL>=0.14 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 @@ -12,3 +12,2 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 -openstackdocstheme>=1.5.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.16.0 # Apache-2.0 @@ -16 +15 @@ doc8 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0