Merge "Bump codespell pin to <3"
This commit is contained in:
commit
0d08e3dc72
@ -1,2 +1,3 @@
|
||||
assertIn
|
||||
ist
|
||||
solum
|
||||
|
@ -1318,7 +1318,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 # Apache-2.0
|
||||
pycodestyle>=2.11.0 # MIT
|
||||
|
@ -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