Fix three typos on nova/pci directory

QuicAssist=> QuickAssist
comptue => compute
trackes=>tracks

Change-Id: I8671bf0a8197f860ee0956b8df071e978d9ba352
Closes-Bug: #1483993
This commit is contained in:
Atsushi SAKAI 2015-08-12 16:47:12 +09:00
parent bcb1878aa1
commit bef481bf11
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class PciDevTracker(object):
"""Manage pci devices in a compute node.
This class fetches pci passthrough information from hypervisor
and trackes the usage of these devices.
and tracks the usage of these devices.
It's called by compute node resource tracker to allocate and free
devices to/from instances, and to update the available pci passthrough

View File

@ -56,7 +56,7 @@ pci_alias_opts = [
'extra_spec for a flavor, without needing to repeat '
'all the PCI property requirements. For example: '
'pci_alias = '
'{ "name": "QuicAssist", '
'{ "name": "QuickAssist", '
' "product_id": "0443", '
' "vendor_id": "8086", '
' "device_type": "ACCEL" '

View File

@ -46,7 +46,7 @@ class PciDeviceStats(object):
The pci stats information is maintained exclusively by compute node
resource tracker and updated to database. The scheduler fetches the
information and selects the compute node accordingly. If a comptue
information and selects the compute node accordingly. If a compute
node is selected, the resource tracker allocates the devices to the
instance and updates the pci stats information.