The openstack client just gets more confused when it is specified.
Change-Id: I8b498be835b63733cb38d33b02c3a8531a2da45b
| ... | ... |
@@ -193,7 +193,6 @@ export OS_PROJECT_NAME="$project_name" |
| 193 | 193 |
export OS_AUTH_URL="$OS_AUTH_URL" |
| 194 | 194 |
export OS_CACERT="$OS_CACERT" |
| 195 | 195 |
export NOVA_CERT="$ACCOUNT_DIR/cacert.pem" |
| 196 |
-export OS_AUTH_TYPE=v2password |
|
| 197 | 196 |
EOF |
| 198 | 197 |
if [ -n "$ADDPASS" ]; then |
| 199 | 198 |
echo "export OS_PASSWORD=\"$user_passwd\"" >>"$rcfile" |