Takashi Kajinami bf9bb02fcf 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: Ie486a11c7ca19ec37c64e6b291420f216fe62a89
2022-02-13 01:33:03 +09:00
..
2021-10-07 08:24:38 +00:00