Merge "Glance: Remove ineffective parameters"

This commit is contained in:
Zuul 2022-07-06 18:16:26 +00:00 committed by Gerrit Code Review
commit f14abd1d3a
2 changed files with 6 additions and 10 deletions

View File

@ -221,14 +221,6 @@ parameters:
EnableInternalTLS:
type: boolean
default: false
GlanceNotifierStrategy:
description: Strategy to use for Glance notification queue
type: string
default: noop
GlanceLogFile:
description: The filepath of the file to use for logging messages from Glance.
type: string
default: ''
GlanceBackend:
default: swift
description: The short name of the Glance backend to use. Should be one
@ -577,8 +569,6 @@ outputs:
"%{lookup('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, GlanceApiNetwork]}
glance_notifier_strategy: {get_param: GlanceNotifierStrategy}
glance_log_file: {get_param: GlanceLogFile}
glance::backend::rbd::rbd_thin_provisioning: {get_param: GlanceSparseUploadEnabled}
glance::backend::file::filesystem_thin_provisioning: {get_param: GlanceSparseUploadEnabled}
glance::backend::swift::swift_store_auth_address: {get_param: [EndpointMap, KeystoneV3Internal, uri] }

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The ``GlanceNotifierStrategy`` parameter and the ``GlanceLogFile``
parameter have been removed. These two parameters have had no effect
for several cycles.