mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 01:58:12 -03:30
Change default OCCM internal and public networks variables to empty lists (#7380)
Signed-off-by: Mikael Johansson <mik.json@gmail.com>
This commit is contained in:
@@ -118,10 +118,8 @@ The new cloud provider is configured to have Octavia by default in Kubespray.
|
||||
|
||||
```yaml
|
||||
external_openstack_network_ipv6_disabled: false
|
||||
external_openstack_network_internal_networks:
|
||||
- ""
|
||||
external_openstack_network_public_networks:
|
||||
- ""
|
||||
external_openstack_network_internal_networks: []
|
||||
external_openstack_network_public_networks: []
|
||||
```
|
||||
|
||||
- You can override the default OpenStack metadata configuration (see [#6338](https://github.com/kubernetes-sigs/kubespray/issues/6338) for explanation):
|
||||
|
||||
Reference in New Issue
Block a user