Bump codespell pin to <3
Adapt files to match new requirements, add assertIn to whitelist Change-Id: I516bbbb3a0f194e8fa08d04c0290b586963b8b55
This commit is contained in:
parent
9a5059d440
commit
2a2cb92b5a
@ -1,2 +1,3 @@
|
||||
assertIn
|
||||
ist
|
||||
solum
|
||||
|
@ -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) }}"
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user