Merge "Fix phrase in Create Snapshot"

This commit is contained in:
Zuul 2025-05-06 14:13:41 +00:00 committed by Gerrit Code Review
commit 50ae26b16e

View File

@ -225,7 +225,7 @@ class CreateSnapshot(VolumePolicyTargetMixin, tables.LinkAction):
try:
limits = api.cinder.tenant_absolute_limits(request)
except Exception:
exceptions.handle(request, _('Unable to retrieve tenant limits.'))
exceptions.handle(request, _('Unable to retrieve project limits.'))
limits = {}
snapshots_available = (limits.get('maxTotalSnapshots', float("inf")) -