Fix a classname for GetDefaultQuota
Change-Id: Ia8aa6dfdbc63ca53c2a33030f9378596951e2d35
This commit is contained in:
@@ -99,7 +99,7 @@ class GetQuota(command.ShowOne):
|
||||
class GetDefaultQuota(command.ShowOne):
|
||||
"""Get default quota of the project"""
|
||||
|
||||
log = logging.getLogger(__name__ + '.GetDefeaultQuota')
|
||||
log = logging.getLogger(__name__ + '.GetDefaultQuota')
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super(GetDefaultQuota, self).get_parser(prog_name)
|
||||
|
Reference in New Issue
Block a user