From 2a2cb92b5a6c71918449acd526ceb9a83890f8bd Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 7 Aug 2024 15:51:55 +0200 Subject: [PATCH] Bump codespell pin to <3 Adapt files to match new requirements, add assertIn to whitelist Change-Id: I516bbbb3a0f194e8fa08d04c0290b586963b8b55 --- .codespell-ignore | 1 + ansible/group_vars/all.yml | 2 +- lint-requirements.txt | 2 +- releasenotes/notes/move-storage-passwords-09b5afc839284321.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.codespell-ignore b/.codespell-ignore index 2276aa9aa0..4bb4cb538b 100644 --- a/.codespell-ignore +++ b/.codespell-ignore @@ -1,2 +1,3 @@ +assertIn ist solum diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 57d195a68a..20ae57aa2b 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1323,7 +1323,7 @@ octavia_auto_configure: "{{ 'amphora' in octavia_provider_drivers }}" # interface on the Octavia worker nodes for communication with amphorae. # * provider indicates that we will create a flat or vlan provider network. # In this case octavia_network_interface should be set to a network interface -# on the Octavia woker nodes on the same provider network. +# on the Octavia worker nodes on the same provider network. octavia_network_type: "provider" octavia_internal_endpoint: "{{ octavia_internal_fqdn | kolla_url(internal_protocol, octavia_api_port) }}" diff --git a/lint-requirements.txt b/lint-requirements.txt index 58117d9880..2abef3aee2 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -2,7 +2,7 @@ ansible>=8,<10 # GPLv3 ansible-lint>=6.22.0,<7.0.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 -codespell<2.3.0 # GPLv2 +codespell<3 # GPLv2 doc8>=0.6.0 # Apache-2.0 hacking>=3.0.1,<3.1.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 diff --git a/releasenotes/notes/move-storage-passwords-09b5afc839284321.yaml b/releasenotes/notes/move-storage-passwords-09b5afc839284321.yaml index cbd02f790b..c722107b37 100644 --- a/releasenotes/notes/move-storage-passwords-09b5afc839284321.yaml +++ b/releasenotes/notes/move-storage-passwords-09b5afc839284321.yaml @@ -4,5 +4,5 @@ features: Move storage backend passwords from main.yml to /etc/kolla/passwords.yml upgrade: - | - Before upgrading one needs to set Hitachi NAS and Oracle ZFSSA passwors in + Before upgrading one needs to set Hitachi NAS and Oracle ZFSSA passwords in /etc/kolla/passwords.yml file.