Revert "Specify internal network to improve stability in a multi-NIC scenario."

This reverts commit 97811ef541.

Please see comment in
https://review.openstack.org/#/c/648818/

Change-Id: I48b98b76fc4548290a7978521de5fb3d77a3a99a
This commit is contained in:
Spyros Trigazis 2019-04-05 09:29:33 +00:00
parent 97811ef541
commit 24a6d89ab2
3 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@ write_files:
ETCD_DISCOVERY_URL="$ETCD_DISCOVERY_URL"
USERNAME="$USERNAME"
PASSWORD="$PASSWORD"
CLUSTER_NETWORK="$CLUSTER_NETWORK"
CLUSTER_SUBNET="$CLUSTER_SUBNET"
TLS_DISABLED="$TLS_DISABLED"
KUBE_DASHBOARD_ENABLED="$KUBE_DASHBOARD_ENABLED"

View File

@ -30,8 +30,6 @@ monitor-timeout=30s
monitor-max-retries=3
[BlockStorage]
bs-version=v2
[Networking]
internal-network-name=$CLUSTER_NETWORK
EOF
# Provide optional region parameter if it's set.

View File

@ -493,7 +493,6 @@ resources:
"$AUTH_URL": {get_param: auth_url}
"$USERNAME": {get_param: username}
"$PASSWORD": {get_param: password}
"$CLUSTER_NETWORK": {get_param: fixed_network}
"$CLUSTER_SUBNET": {get_param: fixed_subnet}
"$TLS_DISABLED": {get_param: tls_disabled}
"$KUBE_DASHBOARD_ENABLED": {get_param: kube_dashboard_enabled}