Skip to content
Snippets Groups Projects
Unverified Commit f103ac76 authored by Mikael Johansson's avatar Mikael Johansson Committed by GitHub
Browse files

Change default OCCM internal and public networks variables to empty lists (#7380)

parent 274e06a4
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -29,10 +29,8 @@
# external_openstack_lbaas_manage_security_groups: false
# external_openstack_lbaas_internal_lb: false
# 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: []
# external_openstack_metadata_search_order: "configDrive,metadataService"
## Application credentials to authenticate against Keystone API
......
......@@ -387,10 +387,8 @@ external_openstack_lbaas_monitor_timeout: "30s"
external_openstack_lbaas_monitor_max_retries: "3"
external_openstack_network_ipv6_disabled: false
external_openstack_lbaas_use_octavia: false
external_openstack_network_internal_networks:
- ""
external_openstack_network_public_networks:
- ""
external_openstack_network_internal_networks: []
external_openstack_network_public_networks: []
## List of authorization modes that must be configured for
## the k8s cluster. Only 'AlwaysAllow', 'AlwaysDeny', 'Node' and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment