Files
puppet-cloudkitty/releasenotes/notes/api_paste_ini-separator-08a7613effc251a0.yaml
Takashi Kajinami 7c80854c17 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: I3c357f6188cdd60e6bb799063e76a600d885aa54
2022-02-13 01:34:44 +09:00

6 lines
134 B
YAML

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