Files
puppet-glance/releasenotes/notes/paste_deploy-57ebab2b26497bd7.yaml
Takashi Kajinami fa5fcb4ab5 Add support for [paste_deploy] config_file
... so that users can customize that option using the native interface.
In TripleO we append additional arguments(to load glance-cache.conf)
and we need to set the option explicitly to ensure the correct file
path is used.

Also, the pipeline parameter is confusing because of its naming
different from the actual parameter in Glance, so this change renames
the parameter as well.

Change-Id: I3d6ce07f44ae526207a30d4b57c2fec7cd6fa3ca
2022-07-14 13:47:13 +00:00

12 lines
389 B
YAML

---
features:
- |
The ``paste_deploy_flavor`` parameter and the ``paste_deploy_config_file``
parameter have been added to the ``glance::api`` class. These two
parameters allow customizing options in the ``[paste_deploy]`` section.
deprecations:
- |
The ``glance::api::pipeline`` parameter has been deprecated in favor of
the new ``paste_deploy_flavor`` parameter.