[openstackansible] openstack-ansible-os_magnum 17.0.0 (queens)
We exuberantly announce the release of: openstack-ansible-os_magnum 17.0.0: os_magnum for OpenStack Ansible This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_magnum/ For more details, please see below. Changes in openstack-ansible-os_magnum 16.0.0.0rc1..17.0.0 ---------------------------------------------------------- 2151c08 Stop running non-voting jobs in gate 1304578 Point to Queens instead of master 29787ed Updated from OpenStack Ansible Tests 9119c4a Updated from OpenStack Ansible Tests 6abf796 Update UPPER_CONSTRAINTS_FILE for stable/queens 23d5b85 Update .gitreview for stable/queens 64af5b3 Updated from global requirements 7b96ecf Replace virtualenv-tools by a script ae9d049 Zuul: Remove project name d484d30 Update the Tempest plugin to point towards the new plugin e2c5cc2 Add MySQL connection SSL support 736d170 Clarify cinder integration documentation 8da8abb Allow the experimental trigger of the integrated repo 6755dc1 Updated from OpenStack Ansible Tests 61f8aee Remove pip_install dependency 487c501 ansible-role-requirements: Switch ODL git repo to the github mirror 6894249 Remove setting of version/release from releasenotes 85d2868 Updated from OpenStack Ansible Tests ce85f2d Remove unified queue from gate pipeline c2d5754 Add openstack-ansible-linters test 2cf8952 Initial OSA zuul v3 role jobs 5b1bccc Updated from OpenStack Ansible Tests 4171a59 Add OpenStack-Ansible metadata cf0a3c9 Fix cinder_service_region undefined 30b0c02 Updated from global requirements 4766b95 Updated from global requirements b401575 Updated from OpenStack Ansible Tests 94649bf Updated from OpenStack Ansible Tests 4a24432 Updated from OpenStack Ansible Tests a391b8e Updated from OpenStack Ansible Tests 686ae1f Add opendaylight role to tests a-r-r c47648f Update reno for stable/pike 759d640 Updated from global requirements 3c3dde6 Updated from OpenStack Ansible Tests f023b02 Add support for the openSUSE Leap distributions 28e1927 Update Fedora test image sha1sum to latest Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Vagrantfile | 2 ++ bindep.txt | 26 +++++----------------- defaults/main.yml | 6 +++-- meta/main.yml | 7 ++++-- meta/openstack-ansible.yml | 20 +++++++++++++++++ releasenotes/source/conf.py | 18 ++++++--------- releasenotes/source/index.rst | 3 ++- releasenotes/source/pike.rst | 6 +++++ tasks/magnum_init_systemd.yml | 3 ++- tasks/magnum_install.yml | 14 +++++++----- templates/magnum.conf.j2 | 4 ++-- test-requirements.txt | 14 ++++++------ tox.ini | 17 +++++++++++--- vars/suse.yml | 27 +++++++++++++++++++++++ zuul.d/jobs.yaml | 21 ++++++++++++++++++ zuul.d/project.yaml | 29 ++++++++++++++++++++++++ 24 files changed, 256 insertions(+), 105 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
participants (1)
-
no-reply@openstack.org