|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
KUBE_OS_CLOUD_CONFIG=/etc/sysconfig/kube_openstack_config
|
|
|
|
|
|
|
|
|
|
# kubernetes backend only support keystone v2 at this point
|
|
|
|
|
AUTH_URL=$(echo "$AUTH_URL" | tr -s "v3" "v2")
|
|
|
|
|
AUTH_URL=$(echo "$AUTH_URL" | sed 's/v3/v2/')
|
|
|
|
|
|
|
|
|
|
# Generate a the configuration for Kubernetes services
|
|
|
|
|
# to talk to OpenStack Neutron
|
|
|
|
|