minor typo fixes

Change-Id: I9caed31ecab8fd99f6c17abb538410a63229ede6
This commit is contained in:
Eric K 2017-03-08 18:35:13 -08:00
parent 5660488f7b
commit 32992c0f0a
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ class GlanceV2Driver(datasource_driver.PollingDataSourceDriver,
{'fieldname': 'file',
'desc': 'URL for the virtual machine image file',
'translator': value_trans},
{'fieldname': 'kernel_id', 'desc': 'kernal id',
{'fieldname': 'kernel_id', 'desc': 'kernel id',
'translator': value_trans},
{'fieldname': 'ramdisk_id', 'desc': 'ramdisk id',
'translator': value_trans},

View File

@ -78,7 +78,7 @@ class NovaDriver(datasource_driver.PollingDataSourceDriver,
'desc': 'The availability zone of host',
'translator': value_trans},
{'fieldname': 'OS-EXT-SRV-ATTR:hypervisor_hostname',
'desc': ('The hostname of hypervisor where the server is' +
'desc': ('The hostname of hypervisor where the server is '
'running'),
'col': 'host_name', 'translator': value_trans})}