Merge "Fix three typos on nova/pci directory"

This commit is contained in:
Jenkins 2015-09-01 21:53:31 +00:00 committed by Gerrit Code Review
commit e041f3ee62
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,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.