rvalle commented on issue #4295:
URL: https://github.com/apache/cloudstack/issues/4295#issuecomment-695197511
I don't know if related or not, but i am seeing other strange authentication
errors:
```
TASK [Create Service Instances]
***************************************************
ok: [localhost] => (item=sv1)
TASK [Create Management Instances]
************************************************
failed: [localhost] (item=mg1) => {"ansible_loop_var": "item",
"api_http_method": "get", "api_key": "xxxxxxxxxxxx", "api_region":
"cloudstack", "api_timeout": 10, "api_url": "https://manager/client/api",
"api_verify_ssl_cert": "./.ca.crt", "changed": true, "item": "mg1", "msg":
"CloudStackException: HTTP 401 response from CloudStack, error: {'uuidList':
[], 'errorcode': 401, 'errortext': 'unable to verify user credentials and/or
request signature'}", "zone": "z1"}
```
Note how in the same play previous task is authenticated OK and next tasks
does not. I did re-run and both passed OK.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]