exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

Add Support for SSL CA cert files #122

Closed nathanmcgarvey closed 1 year ago

nathanmcgarvey commented 3 years ago

Looks like documentation doesn't line up with code implementation:

https://github.com/exoscale/cs/blob/229e0c166d77da24d3608aa2b0abc92a87ee69cb/README.rst ....has "CLOUDSTACK_VERIFY" as an optional parameter, but I can't find it implemented anywhere.

Looks like some other folks ran into the same issue from a fork: https://github.com/ngine-io/ansible-collection-cloudstack/pull/3

brutasse commented 1 year ago

Closing as invalid, CLOUDSTACK_VERIFY is valid, implemented and works as expected.