Closed mattwillsher-f3 closed 1 year ago
Hi @mattwillsher-f3 , what is the version of cloudstack you run?
You might want to change not only the doc but python code here https://github.com/ngine-io/ansible-collection-cloudstack/blob/81e83e6a2f8ca5e76415f114ccb91b73f8fb6482/plugins/modules/cs_network_offering.py#L458
CloudStack is 4.17. Was getting an issue with the dict that gets passed in getting converted to a string, then getting a 431 error back from the API.
Meant for this PR to go to my own repo for testing, didn't mean to create one in the main repo. I'm still testing, though the play got past the error when this change was applied.
This changed fix the error in dev and I was able to verify via cmk list networkofferings
I'll look at adding tests for this.
Network Offering -> service_capability is a dict, not a string. Conversion causes an error to be returned from the API.