Fix codespell reported errors
Fix and ignore spelling errors raised by codespell Change-Id: I745e4c0ba3d282232eb8853831407fbad6c8163f
This commit is contained in:
parent
240e8d754e
commit
4e3e3e9258
@ -35,4 +35,5 @@ console_scripts =
|
|||||||
quiet-level = 4
|
quiet-level = 4
|
||||||
# Words to ignore:
|
# Words to ignore:
|
||||||
# hda: Hardware Device Address
|
# hda: Hardware Device Address
|
||||||
ignore-words-list = hda
|
# assertIn: Python's unittest method
|
||||||
|
ignore-words-list = hda,assertIn
|
@ -453,7 +453,7 @@ class LibvirtDriver(AbstractSystemsDriver):
|
|||||||
|
|
||||||
# Remove per-disk boot configuration
|
# Remove per-disk boot configuration
|
||||||
# We should save at least hdd boot entries instead of just removing
|
# We should save at least hdd boot entries instead of just removing
|
||||||
# everything. In some scenarious PXE after provisioning stops replying
|
# everything. In some scenarios PXE after provisioning stops replying
|
||||||
# and if there is no other boot device, then vm will fail to boot
|
# and if there is no other boot device, then vm will fail to boot
|
||||||
# cdrom and floppy are ignored.
|
# cdrom and floppy are ignored.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user