Merge "Fix issues caused/found by new codespell"

This commit is contained in:
Zuul
2024年05月30日 10:03:38 +00:00
committed by Gerrit Code Review

View File

@@ -2563,7 +2563,7 @@ class GenericHardwareManager(HardwareManager):
# TODO(TheJulia): There has to be a better way, we should
# make this less copy paste. That being said, I can also see
# unique priorites being needed.
# unique priorities being needed.
def get_service_steps(self, node, ports):
service_steps = [
{

View File

@@ -69,5 +69,7 @@ burnin-network-kazoo =
quiet-level = 4
# Words to ignore:
# cna: Intel CNA card
ignore-words-list = cna
skip = ./releasenotes/build,./venv,./doc/build
# assertin: valid method in testing
# burnin: name of our burn in methods
ignore-words-list = cna,assertin,burnin
skip = ./releasenotes/build,./venv,./doc/build
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.