puppet-designate/releasenotes/notes/api_paste_ini-separator-37a236e86008d645.yaml
Takashi Kajinami 2e4b2c046b 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: I528fdfe72f4c094695128186d43675480c163c8a
2021-11-01 22:04:48 +09:00

6 lines
133 B
YAML

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