Merge "Fixed some misspellings"

This commit is contained in:
Jenkins 2015-06-11 09:18:23 +00:00 committed by Gerrit Code Review
commit f726a51c60
2 changed files with 3 additions and 3 deletions

View File

@ -40,10 +40,10 @@ def rand_flavor(**kwargs):
class FlavorManageFullstack(test.TestCase):
"""Tests for flavors manage administrative command.
Extention: os-flavors-manage
Extension: os-flavors-manage
os-flavors-manage adds a set of admin functions to the flavors
resource for create and delete of flavors.
resource for the creation and deletion of flavors.
POST /v2/flavors:

View File

@ -878,7 +878,7 @@ class TestInitComputeNode(BaseTestCase):
expected_resources = copy.deepcopy(resources)
# NOTE(pmurray): This will go away when the ComputeNode object is used
expected_resources['stats'] = '{}'
# NOTE(pmurray): no intial values are calculated before the initial
# NOTE(pmurray): no initial values are calculated before the initial
# creation. vcpus is derived from ERT resources, so this means its
# value will be 0
expected_resources['vcpus'] = 0