Create stack failed due to bad request error
When I using ansible to create a stack by OpenStack Heat template, got this error:
FAILED! => {"changed": false, "msg": "BadRequestException: 400: Client Error for url: https://[IP]:8004/v1/27b50ef090b8a72f884a4203a40cf49bb/stacks/stack1/0233e96e-8e26-460e-8ef8-564a48c1597e, Updating a stack when it is deleting is not supported.", "response": {"code": 400, "error": {"message": "Updating a stack when it is deleting is not supported.", "traceback": null, "type": "NotSupported"}, "explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "title": "Bad Request"}}
Even I set the user to admin
has the same error.