Merge "Fix bashisms in k8s os config template fragment."

This commit is contained in:
Jenkins 2016-04-18 15:24:30 +00:00 committed by Gerrit Code Review
commit 4c3666864a
1 changed files with 1 additions and 1 deletions

View File

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