Fix a classname for GetDefaultQuota

Change-Id: Ia8aa6dfdbc63ca53c2a33030f9378596951e2d35
This commit is contained in:
Feng Shengqin 2019-01-15 19:56:07 +08:00
parent b17ff61f2c
commit 4559d8e64a

View File

@ -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)