We are pumped to announce the release of: openstack-ansible-os_aodh 17.0.0: os_aodh for OpenStack Ansible This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_aodh/ For more details, please see below. Changes in openstack-ansible-os_aodh 16.0.0.0rc1..17.0.0 -------------------------------------------------------- b8663a7 Zuul: Remove project name b9abfc7 Updated from OpenStack Ansible Tests cc1871c Updated from global requirements 82de2f6 Point to Queens instead of master d0c1ecd Update UPPER_CONSTRAINTS_FILE for stable/queens 7dae2c3 Update .gitreview for stable/queens 492ff85 Updated from OpenStack Ansible Tests 9f8713e Add MySQL connection SSL support 1daa77e Allow the experimental trigger of the integrated repo dee6d3d Updated from OpenStack Ansible Tests 86d3d2d Remove pip_install dependency d99bbee Remove setting of version/release from releasenotes eb17064 Updated from OpenStack Ansible Tests fbf0aac Allow role defaults to determine the branch tested 8e8cbcb Remove unified queue from gate pipeline f9402cf Add openstack-ansible-linters test 8faad8c Switch auth config to keystone v3 6deee77 Initial OSA zuul v3 role jobs f6faf12 Updated from OpenStack Ansible Tests d3ce7e9 Add OpenStack-Ansible metadata 28fffc9 Updated from global requirements addfb8a Updated from global requirements ab392e3 Updated from OpenStack Ansible Tests 3d8f508 Updated from OpenStack Ansible Tests 54be8ee Updated from OpenStack Ansible Tests 9dc985d Update reno for stable/pike ecf2ec7 Updated from global requirements fbff079 tasks: aodh_install.yml: Fix virtualenv-tools issue on openSUSE Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Vagrantfile | 2 ++ bindep.txt | 25 ++++++------------------- defaults/main.yml | 8 +++++--- meta/main.yml | 1 - meta/openstack-ansible.yml | 20 ++++++++++++++++++++ releasenotes/source/conf.py | 16 +++++----------- releasenotes/source/index.rst | 5 +++-- releasenotes/source/pike.rst | 6 ++++++ tasks/aodh_install.yml | 4 ++-- templates/aodh.conf.j2 | 12 ++++++++---- test-requirements.txt | 14 +++++++------- tox.ini | 17 ++++++++++++++--- zuul.d/jobs.yaml | 21 +++++++++++++++++++++ zuul.d/project.yaml | 30 ++++++++++++++++++++++++++++++ 21 files changed, 180 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ae8c323..09d54c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 @@ -6,2 +6,2 @@ flake8<2.6.0,>=2.5.4 # MIT -pyasn1!=0.2.3 # BSD -pyOpenSSL>=0.14 # Apache-2.0 +pyasn1!=0.2.3,>=0.1.8 # BSD +pyOpenSSL>=16.2.0 # Apache-2.0 @@ -12,4 +12,4 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -doc8 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0