puppet-aodh/releasenotes/notes/api_paste_ini-separator-5244b86741750162.yaml
Takashi Kajinami e9a758a6f9 Allow customizing separator for api-paste.ini
The api-paste.ini accepts not only "=" but also ":" and some services
like Barbican have been using ":" for their default api-paste.ini
files.

[composite:main]
use = egg:Paste#urlmap
/: barbican_version
/v1: barbican-api-keystone

This change allows users to use ":" so that they can update the ini
files with keeping it consistent with the default fules

Depends-on: https://review.opendev.org/813614
Change-Id: I843154a46ac61c8ea54a7b28a42ad154568a845e
2021-10-15 12:03:17 +09:00

6 lines
128 B
YAML

---
features:
- |
The new ``key_val_separator`` parameter has been added to
the ``aodh_api_paste_ini`` resource type.