Remove duplicate AUTH_URL parameter

Removed duplicate AUTH_URL parameter from write-heat-params in:
 - common kubernetes
 - k8s_coreos

Change-Id: Ice969e52af92f198fa5e4c69738c7c0a6c4d9308
changes/32/372932/2
yatin 7 years ago
parent ab3bfca8ac
commit 46b3d0058d

@ -40,5 +40,4 @@ write_files:
TRUSTEE_PASSWORD="$TRUSTEE_PASSWORD"
TRUSTEE_DOMAIN_ID="$TRUSTEE_DOMAIN_ID"
TRUST_ID="$TRUST_ID"
AUTH_URL="$AUTH_URL"
INSECURE_REGISTRY_URL="$INSECURE_REGISTRY_URL"

@ -39,5 +39,4 @@ write_files:
TRUSTEE_PASSWORD="$TRUSTEE_PASSWORD"
TRUSTEE_DOMAIN_ID="$TRUSTEE_DOMAIN_ID"
TRUST_ID="$TRUST_ID"
AUTH_URL="$AUTH_URL"
INSECURE_REGISTRY_URL="$INSECURE_REGISTRY_URL"

Loading…
Cancel
Save