Fix double "the" in Cinder quota warning
Amend a Cinder warning printed with a double "the". Change-Id: I1471514c9bae84de4b2bef9b11a163314a00802e
This commit is contained in:
@@ -105,7 +105,7 @@ class DbQuotaDriver(object):
|
||||
LOG.deprecated(_("Default quota for resource: %(res)s is set "
|
||||
"by the default quota flag: quota_%(res)s, "
|
||||
"it is now deprecated. Please use the "
|
||||
"the default quota class for default "
|
||||
"default quota class for default "
|
||||
"quota.") % {'res': resource.name})
|
||||
quotas[resource.name] = default_quotas.get(resource.name,
|
||||
resource.default)
|
||||
|
||||
Reference in New Issue
Block a user