diff --git a/deployment/glance/glance-api-container-puppet.yaml b/deployment/glance/glance-api-container-puppet.yaml index 45c21c6eab..11e025ff3e 100644 --- a/deployment/glance/glance-api-container-puppet.yaml +++ b/deployment/glance/glance-api-container-puppet.yaml @@ -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 @@ -581,8 +573,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] } diff --git a/releasenotes/notes/remove-unused-glance-params-ae24869fef23fa06.yaml b/releasenotes/notes/remove-unused-glance-params-ae24869fef23fa06.yaml new file mode 100644 index 0000000000..0bb6aac78a --- /dev/null +++ b/releasenotes/notes/remove-unused-glance-params-ae24869fef23fa06.yaml @@ -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.