... 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
12 lines
389 B
YAML
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.
|