Browse Source

add huaweicloud iam sub-account support

pull/3579/head
gclm 4 years ago
parent
commit
1dc873d9c5
  1. 2
      dnsapi/dns_huaweicloud.sh

2
dnsapi/dns_huaweicloud.sh

@ -257,7 +257,7 @@ _get_token() {
_auth=$4 _auth=$4
_debug "Getting Token" _debug "Getting Token"
if [ "$_auth" != "main" ]; then
if [ "$_auth" == "main" ]; then
body="{ body="{
\"auth\": { \"auth\": {
\"identity\": { \"identity\": {

Loading…
Cancel
Save