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