Rocky only: Fix the lint error

This fixes the following lint error.

manifests/glance.pp:71:WARNING: double quoted string containing
no variables

The line violating the rule was added during Rocky and removed during
Train, thus this change is submitted to stable/rocky.

Change-Id: I318a7baf404d255549d8148ae492d102cde40e57
This commit is contained in:
Takashi Kajinami 2021-05-13 22:33:04 +09:00
parent c5967d594d
commit 6c94e6a4fe
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class cinder::glance (
include ::cinder::deps
if $glance_api_version != undef {
warning("The glance_api_version parameter is deprecated, has no effect and will be removed in the future release.")
warning('The glance_api_version parameter is deprecated, has no effect and will be removed in the future release.')
}
cinder_config {