diff --git a/cinder/volume/api.py b/cinder/volume/api.py index a1398d4d8e..ccc81a0ce7 100644 --- a/cinder/volume/api.py +++ b/cinder/volume/api.py @@ -464,7 +464,7 @@ def _create_snapshot(self, context, if volume['migration_status'] != None: # Volume is migrating, wait until done - msg = _("Volume cannot be deleted while migrating") + msg = _("Snapshot cannot be created while volume is migrating") raise exception.InvalidVolume(reason=msg) if ((not force) and (volume['status'] != "available")):