docs - Fix errors,warnings from document generation
ERROR: Unexpected indentation. WARNING: Field list ends without a blank line; unexpected unindent. WARNING: Block quote ends without a blank line; unexpected unindent. Partial-Bug: #1351350 Change-Id: If13b5c533cf9a1e8f543b8f679c464c0dc007a30
This commit is contained in:
parent
0e4fc86b46
commit
a3d274303e
@ -44,7 +44,7 @@ class Resource(object):
|
||||
:param limits: limits to apply
|
||||
|
||||
:returns: None if the test passes or a string describing the reason
|
||||
why the test failed
|
||||
why the test failed
|
||||
"""
|
||||
pass
|
||||
|
||||
|
@ -49,9 +49,11 @@ class PciAddress(object):
|
||||
This class checks the address fields of the pci_passthrough_whitelist
|
||||
configuration option, validating the address fields.
|
||||
Example config are:
|
||||
pci_passthrough_whitelist = {"address":"*:0a:00.*",
|
||||
"physical_network":"physnet1"}
|
||||
pci_passthrough_whitelist = {"address":":0a:00.",
|
||||
|
||||
| pci_passthrough_whitelist = {"address":"*:0a:00.*",
|
||||
| "physical_network":"physnet1"}
|
||||
| pci_passthrough_whitelist = {"address":":0a:00.",
|
||||
|
||||
This function class will validate the address fields, check for wildcards,
|
||||
and insert wildcards where the field is left blank.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user