Update sync_jms.py

pull/46/head
StarsL.cn 2022-11-15 06:18:02 +08:00 committed by GitHub
parent ed5030ab1f
commit d417b44a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def update_jms_ecs(jms_url,headers,new_node_dict,node_id,cloud,account,ecs_info,
"platform": platform,
"is_active": True,
"domain": "",
"admin_user": admin_user,
"admin_user": admin_user.strip(),
"nodes": [nodes],
"comment": comment
}