Fix codespell reported errors

Fix and ignore spelling errors raised by codespell

Change-Id: I70635e43b065f757a61b78ae12811cb582856bcb
This commit is contained in:
cid 2024-05-24 19:55:02 +01:00
parent e0a5a7216d
commit fb5e4cdfaa
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ to take place:
-e enable_keystone=true -e noauth_mode=false -e cloud_name=bifrost
#. Set the global defaults for tagret
#. Set the global defaults for target
(``master/playbooks/inventory/group_vars/target``).
OpenStack Client usage

View File

@ -34,4 +34,6 @@ quiet-level = 4
# Words to ignore:
# - te: This is a file extension.
# - Buil: Surname (has to be lowercase in list)
ignore-words-list = te,buil
# - assertIn: Python's unittest method
ignore-words-list = te,buil,assertIn
skip = AUTHORS,ChangeLog