[release-announce] [openstackansible] openstack-ansible-os_keystone 16.0.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 26 23:58:23 UTC 2017


We are happy to announce the release of:

openstack-ansible-os_keystone 16.0.2: os_keystone for OpenStack
Ansible

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_keystone/

For more details, please see below.

16.0.2
^^^^^^

New Features

* Extra headers can be added to Keystone responses by adding items
  to "keystone_extra_headers". Example:

     keystone_extra_headers:
       - parameter: "Access-Control-Expose-Headers"
         value: "X-Subject-Token"
       - parameter: "Access-Control-Allow-Headers"
         value: "Content-Type, X-Auth-Token"
       - parameter: "Access-Control-Allow-Origin"
         value: "*"

Changes in openstack-ansible-os_keystone 16.0.0.0rc1..16.0.2
------------------------------------------------------------

ede6478 Updated from OpenStack Ansible Tests
bd2bb46 Update vars and test tooling for Pike
95710fc Remove Developer Tools package group
ce3ab6e tasks: keystone_install: Fix virtualenv-tools issue on openSUSE
8fd7b16 Add extra headers for Keystone
094bcf9 Update UPPER_CONSTRAINTS_FILE for stable/pike
e003be1 Update .gitreview for stable/pike


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
defaults/main.yml                                  | 16 ++++++++++++++-
.../notes/extra-headers-e54a672d3a78dd89.yaml      | 15 ++++++++++++++
tasks/keystone_install.yml                         |  4 ++--
templates/keystone_nginx.conf.j2                   |  3 +++
tox.ini                                            |  6 +++---
vars/redhat-7.yml                                  |  2 +-
10 files changed, 55 insertions(+), 22 deletions(-)







More information about the Release-announce mailing list