remove OS_AUTH_TYPE from the userrc files
The openstack client just gets more confused when it is specified. Change-Id: I8b498be835b63733cb38d33b02c3a8531a2da45b
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user