fix misspelling of 'return'
[trivial_fix] Change-Id: I3df27dc419d8ae48650648e9f696ea6a182915bf
This commit is contained in:
parent
40a653215f
commit
0900eaa9df
@ -75,7 +75,7 @@ class CinderHelper(object):
|
||||
search_opts={'all_tenants': True})
|
||||
|
||||
def get_volume_type_by_backendname(self, backendname):
|
||||
"""Retrun a list of volume type"""
|
||||
"""Return a list of volume type"""
|
||||
volume_type_list = self.get_volume_type_list()
|
||||
|
||||
volume_type = [volume_type.name for volume_type in volume_type_list
|
||||
|
Loading…
x
Reference in New Issue
Block a user