[release-announce] [openstackansible] openstack-ansible-os_sahara 17.0.0 (queens)
no-reply at openstack.org
no-reply at openstack.org
Wed Mar 14 11:23:19 UTC 2018
We are overjoyed to announce the release of:
openstack-ansible-os_sahara 17.0.0: os_sahara for OpenStack Ansible
This release is part of the queens release series.
Download the package from:
https://tarballs.openstack.org/openstack-ansible-os_sahara/
For more details, please see below.
Changes in openstack-ansible-os_sahara 16.0.0.0rc1..17.0.0
----------------------------------------------------------
9b51118 Stop running non-voting jobs in gate
36c48a3 Point to Queens instead of master
17f811c Updated from OpenStack Ansible Tests
fd6912a Updated from global requirements
97afe8c Update UPPER_CONSTRAINTS_FILE for stable/queens
4a87bd6 Update .gitreview for stable/queens
ff05718 Zuul: Remove project name
4e4c762 Fix the typo in doc files of openstack-ansible-os_sahara
a1c3f60 Update url links in files of openstack-ansible-os_sahara
8e4fcae Updated from OpenStack Ansible Tests
b21bec6 Reinitialize the virtualenv
e2810f4 Replace virtualenv-tools by a script
3603257 Add MySQL connection SSL support
4ecf8f0 Allow the experimental trigger of the integrated repo
78413df Updated from OpenStack Ansible Tests
d97f8ae Remove pip_install dependency
073b3b2 Remove use_neutron option
b4747f2 Remove setting of version/release from releasenotes
f25a80c Updated from OpenStack Ansible Tests
2ead3c9 Remove unified queue from gate pipeline
4ae3b41 Add openstack-ansible-linters test
c369ed1 Initial OSA zuul v3 role jobs
30cdfe6 Updated from OpenStack Ansible Tests
76d8900 Add OpenStack-Ansible metadata
8dbba48 Fix ssl
3119d79 Updated from global requirements
90945e1 Updated from global requirements
5070a33 Updated from OpenStack Ansible Tests
6862255 Updated from OpenStack Ansible Tests
2eef75d Updated from OpenStack Ansible Tests
4d18a2f Updated from OpenStack Ansible Tests
6e02027 Update reno for stable/pike
dd222a6 Updated from global requirements
abafaee Add support for the openSUSE Leap distributions
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
CONTRIBUTING.rst | 2 +-
README.rst | 6 ++---
Vagrantfile | 2 ++
bindep.txt | 25 +++++------------
defaults/main.yml | 8 +++---
meta/main.yml | 9 ++++++-
meta/openstack-ansible.yml | 20 ++++++++++++++
.../notes/remove_use_neutron-76135a385ef1345d.yaml | 3 +++
releasenotes/source/conf.py | 18 +++++--------
releasenotes/source/index.rst | 3 ++-
releasenotes/source/pike.rst | 6 +++++
tasks/sahara_install.yml | 14 ++++++----
templates/sahara.conf.j2 | 5 ++--
test-requirements.txt | 14 +++++-----
tox.ini | 17 +++++++++---
vars/suse-42.yml | 18 +++++++++++++
zuul.d/jobs.yaml | 21 +++++++++++++++
zuul.d/project.yaml | 31 ++++++++++++++++++++++
25 files changed, 218 insertions(+), 100 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
More information about the Release-announce
mailing list