[release-announce] [openstackansible] openstack-ansible-os_keystone 14.2.10 (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 26 21:29:26 UTC 2017


We are jazzed to announce the release of:

openstack-ansible-os_keystone 14.2.10: os_keystone for OpenStack
Ansible

This release is part of the newton release series.

Download the package from:

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

For more details, please see below.

14.2.10
^^^^^^^

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 14.2.8..14.2.10
--------------------------------------------------------

566c3e8 Ensure online migrations can run
c0fb47b Updated from OpenStack Ansible Tests
953e3cc Remove Developer Tools package group
d4f547e Add extra headers for Keystone
8ab5dec Update paste, policy and rootwrap configurations 2017-07-27


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

.gitignore                                         |  7 +-
Vagrantfile                                        | 36 +++++++--
bindep.txt                                         | 15 +++-
defaults/main.yml                                  | 14 ++++
.../notes/extra-headers-e54a672d3a78dd89.yaml      | 15 ++++
tasks/keystone_db_setup.yml                        | 12 ++-
templates/keystone_nginx.conf.j2                   |  3 +
templates/policy.json.j2                           |  2 +-
vars/redhat-7.yml                                  |  2 +-
10 files changed, 141 insertions(+), 56 deletions(-)







More information about the Release-announce mailing list