opentelekomcloud / python-otcclient

(Obsolete) Python bindings to the T-Systems OTC API
MIT License
15 stars 20 forks source link

elb: fix describe_members #59

Closed mklette closed 6 years ago

mklette commented 6 years ago

Looks like some simple copy&paste mistake may have caused the issue. The method was already working fine but there was no way to pass the required parameters when invoking otcclient from CLI. Simply re-labeling method arguments solved the issue for me. Do you mind reviewing this change?