[release-announce] puppet-placement 2.1.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 26 19:17:36 UTC 2019


We are pleased to announce the release of:

puppet-placement 2.1.0: Puppet module for OpenStack placement

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/puppet-placement

Download the package from:

    https://tarballs.openstack.org/puppet-placement/

Please report issues through:

    https://bugs.launchpad.net/puppet-placement/+bugs

For more details, please see below.

2.1.0
^^^^^


New Features
************

* Allow configuration of arbitrary Placement configurations.

* New hieradata,
  placement::keystone::authtoken::service_token_roles, is introduced
  so that specific role can be assigned to the service user who can
  use service token feature.


Deprecation Notes
*****************

* The parameters password, auth_type, auth_url, region_name,
  valid_interfaces, project_domain_name, project_name,
  user_domain_name, username in placement::config is deprecated and
  has no effect. They were leftovers from the puppet-nova extraction
  and should not be set in the placement section of placement's
  configuration file.

Changes in puppet-placement 2.0.0..2.1.0
----------------------------------------

1b941f3 Configure keystone_authtoken/service_token_roles
55b3d91 Remove faulty placement::config leftovers
1add402 Prepare Train M2
9ec9616 Implement generic placement::config::placement_config
ffba012 Debian: Add support for placement-api over uwsgi
83b2269 Move to opendev
ac8fb4c Replace git.openstack.org with opendev.org/openstack
74e347d OpenDev Migration Patch
cb71955 Add Beaker-Rspec to the table of contents
d0d9759 Update master for stable/stein
b68f661 Add release note jobs


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

.gitreview                                         |  2 +-
.zuul.yaml                                         |  1 +
Gemfile                                            |  2 +-
README.md                                          |  7 +-
manifests/api.pp                                   | 86 ++++++++++++++++++++++
manifests/config.pp                                | 83 ++++++++++++++-------
manifests/keystone/authtoken.pp                    | 12 +++
manifests/params.pp                                |  9 ++-
metadata.json                                      |  8 +-
.../generic-config-class-85daf5c44f226272.yaml     |  4 +
...token-service_token_roles-342a535a433575e8.yaml |  6 ++
.../placement-config-fix-08672668346a6d38.yaml     |  7 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 ++
spec/classes/placement_config_spec.rb              | 54 ++++----------
spec/classes/placement_keystone_authtoken_spec.rb  |  3 +
tox.ini                                            |  2 +-
17 files changed, 213 insertions(+), 80 deletions(-)







More information about the Release-announce mailing list