add huaweicloud iam sub-account support
This commit is contained in:
parent
a72639a3a5
commit
1dc873d9c5
@ -257,7 +257,7 @@ _get_token() {
|
||||
_auth=$4
|
||||
|
||||
_debug "Getting Token"
|
||||
if [ "$_auth" != "main" ]; then
|
||||
if [ "$_auth" == "main" ]; then
|
||||
body="{
|
||||
\"auth\": {
|
||||
\"identity\": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user