Merge "Rename PCS to Virtuozzo in error message"

This commit is contained in:
Jenkins 2017-01-03 20:06:41 +00:00 committed by Gerrit Code Review
commit 12327ff595
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ class Ploop(Image):
elif format == "raw":
self.pcs_format = "raw"
else:
reason = _("PCS doesn't support images in %s format."
reason = _("Virtuozzo doesn't support images in %s format."
" You should either set force_raw_images=True"
" in config or upload an image in ploop"
" or raw format.") % format