Fix typo in log messages and comments
Fixed following typos in log messages and comment strings accesible -> accessible Extacts -> Extracts intitiators -> initiators swith -> switch unavailble -> unavailable Change-Id: I972984f61ee2d97db64aece0e5116ed5ca1da4cf
This commit is contained in:
@@ -633,7 +633,7 @@ class SolidFireDriver(san.SanISCSIDriver):
|
||||
if ((not image_meta.get('is_public', False)) and
|
||||
(image_meta['owner'] != volume['project_id'])):
|
||||
LOG.warning(_LW("Requested image is not "
|
||||
"accesible by current Tenant."))
|
||||
"accessible by current Tenant."))
|
||||
return None, False
|
||||
|
||||
# Is virtual_size property set on the image?
|
||||
|
||||
Reference in New Issue
Block a user