Fix typo in message for volume creation failure
This should be "Could not find". Change-Id: I3d34f2ae9ad7594c39431b5afd840fb1f3accfe2
This commit is contained in:
@@ -50,7 +50,7 @@ class Detail(object):
|
|||||||
DRIVER_NOT_INITIALIZED = ('002',
|
DRIVER_NOT_INITIALIZED = ('002',
|
||||||
_('Driver is not initialized at present.'))
|
_('Driver is not initialized at present.'))
|
||||||
NO_BACKEND_AVAILABLE = ('003',
|
NO_BACKEND_AVAILABLE = ('003',
|
||||||
_('Could not found any available '
|
_('Could not find any available '
|
||||||
'weighted backend.'))
|
'weighted backend.'))
|
||||||
FAILED_TO_UPLOAD_VOLUME = ('004',
|
FAILED_TO_UPLOAD_VOLUME = ('004',
|
||||||
_("Failed to upload volume to image "
|
_("Failed to upload volume to image "
|
||||||
|
Reference in New Issue
Block a user