Merge "remove OS_AUTH_TYPE from the userrc files"

This commit is contained in:
Jenkins
2016-11-02 17:09:40 +00:00
committed by Gerrit Code Review

View File

@@ -193,7 +193,6 @@ export OS_PROJECT_NAME="$project_name"
export OS_AUTH_URL="$OS_AUTH_URL"
export OS_CACERT="$OS_CACERT"
export NOVA_CERT="$ACCOUNT_DIR/cacert.pem"
export OS_AUTH_TYPE=v2password
EOF
if [ -n "$ADDPASS" ]; then
echo "export OS_PASSWORD=\"$user_passwd\"" >>"$rcfile"