[codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: I823dfa7bd49c51f4eb7507cae67b4ef3b4e1cd6f
This commit is contained in:
parent
ea6b6d73df
commit
ddde31af73
@ -105,7 +105,7 @@ class ActionModule(ActionBase):
|
||||
used_idxs = list(old_idxs.values())
|
||||
for name, dev in specified_mappings.items():
|
||||
try:
|
||||
# We need to re-use the IDXs of any existing physnets.
|
||||
# We need to reuse the IDXs of any existing physnets.
|
||||
idx = old_idxs[name]
|
||||
except KeyError:
|
||||
# New physnet requires a new IDX.
|
||||
|
@ -15,5 +15,5 @@ vbmc_log_directory:
|
||||
vbmc_virtualenv_path:
|
||||
# Whether the domain should be `present` or `absent` in Virtual BMC.
|
||||
vbmc_state: present
|
||||
# libvirt connnection URI
|
||||
# libvirt connection URI
|
||||
vbmc_libvirt_uri:
|
||||
|
@ -74,7 +74,7 @@
|
||||
chdir: "{{ tenks_src_dir }}"
|
||||
|
||||
- name: Install dependencies for CI
|
||||
# We install roles specifc to CI over the existing ones. This means that we
|
||||
# We install roles specific to CI over the existing ones. This means that we
|
||||
# don't have to keep the two requirements files in sync, as we just override
|
||||
# some of them.
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user