glance/releasenotes/notes/do-not-load-paste-ini-1ec473693037ee5b.yaml
Takashi Kajinami cab97a6269 Do not load api-paste.ini using oslo.config
We expect that the api-paste.ini file contains pipeline definitions for
paste, which are different from service options. Thus we should not
load this file using oslo.config.

Change-Id: Ic03c5f9295e95bd967ab8d305ed8340b6e69e235
2023-10-19 06:58:02 +00:00

7 lines
220 B
YAML

---
fixes:
- |
The glance-api service no longer attempts to load ``api-paste.ini`` file as
its service config file. All config options should be written in service
config files such as ``glance-api.conf``.