Merge "Fix misspellings"
This commit is contained in:
commit
49ddf8c684
@ -508,7 +508,7 @@ keypair_user:
|
||||
required: false
|
||||
type: string
|
||||
description: |
|
||||
This allows adminstrative users to list key-pairs of specified
|
||||
This allows administrative users to list key-pairs of specified
|
||||
user ID.
|
||||
min_version: 2.10
|
||||
limit:
|
||||
|
@ -477,7 +477,7 @@ class InstanceMetadata(object):
|
||||
if self._check_os_version(HAVANA, version):
|
||||
self.set_mimetype(MIME_TYPE_APPLICATION_JSON)
|
||||
|
||||
# NOTE(mikal): backwards compatability... If the deployer has
|
||||
# NOTE(mikal): backwards compatibility... If the deployer has
|
||||
# specified providers, and one of those providers is StaticJSON,
|
||||
# then do that thing here. Otherwise, if the deployer has
|
||||
# specified an old style driver here, then use that. This second
|
||||
|
@ -215,8 +215,8 @@ class VMwareVMUtilTestCase(test.NoDBTestCase):
|
||||
self.assertEqual("ns0:ParaVirtualSCSIController",
|
||||
config_spec.device.obj_name)
|
||||
|
||||
def test_create_controller_spec_with_specfic_bus_number(self):
|
||||
# Test controller spec with specifc bus number rather default 0
|
||||
def test_create_controller_spec_with_specific_bus_number(self):
|
||||
# Test controller spec with specific bus number rather default 0
|
||||
config_spec = vm_util.create_controller_spec(fake.FakeFactory(), -101,
|
||||
adapter_type=constants.ADAPTER_TYPE_LSILOGICSAS,
|
||||
bus_number=1)
|
||||
|
Loading…
Reference in New Issue
Block a user