fix a typo: s/extention/extension

Change-Id: I7ebe38065559f588dd1c42e5ee233b43e429c1c5
This commit is contained in:
wangqi 2018-04-23 08:51:04 +00:00
parent a588249f1a
commit fd8c6ab98d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TestCase(utils.TestCase):
return cls.openstack('configuration show ' + opts)
@classmethod
def get_openstack_extention_names(cls):
def get_openstack_extension_names(cls):
opts = cls.get_opts(['Name'])
return cls.openstack('extension list ' + opts)