From: Arne Wiebalck Date: Tue, 29 Apr 2014 12:37:41 +0000 (+0200) Subject: Fix double "the" in Cinder quota warning X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f26f6589e04f51f0160a1b52f9d42e2e94e6c013;p=openstack-build%2Fcinder-build.git Fix double "the" in Cinder quota warning Amend a Cinder warning printed with a double "the". Change-Id: I1471514c9bae84de4b2bef9b11a163314a00802e --- diff --git a/cinder/quota.py b/cinder/quota.py index 6e48ea410..c79960fa1 100644 --- a/cinder/quota.py +++ b/cinder/quota.py @@ -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)