Skip to content

Commit 86ab07f

Browse files
authored
Merge pull request #1432 from rackerlabs/typo-fix
chore: fix typos in neutron config and tests
2 parents 9d9981f + 0757a4e commit 86ab07f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ sme = "sme"
2929
ist = "ist"
3030
# upstream OpenStack Helm typo
3131
retreive = "retreive"
32+
# Intentionally truncated process names in health probe (15 char limit)
33+
metadat = "metadat"

python/neutron-understack/neutron_understack/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def network(project_id, network_id) -> Network:
106106
def patch_extend_subnet(mocker) -> None:
107107
"""Ml2 Plugin extend subnet patch.
108108
109-
This patch is needed as the Ml2Pugin's _make_subnet_dict method is calling
109+
This patch is needed as the Ml2Plugin's _make_subnet_dict method is calling
110110
_ml2_md_extend_subnet_dict static method,that would try to call the real db object
111111
and we don't have access to db.
112112

0 commit comments

Comments
 (0)