<div dir="ltr">Hi everyone,<div><br></div><div>I'm currently adding a new module on ansible-collections-openstack, however, I'm having a hard time finding the appropriate function for my module.<br><br>Within ansible-collections-openstack, we have a compute_services_info module that list services using the conn.compute.services() function that, to my knowledge, come from the <a href="http://openstacksdk.compute.v2.service.py">openstacksdk.compute.v2.service.py</a> module.<br><br></div><div>Our ansible module replicate what you get with: <br>openstack --os-cloud compute service list command.<br>or</div><div>openstack --os-cloud volume service list command.<br>(If I'm not wrong, it seems, openstack client is leveraging osc-lib for that and not the SDK).<br><br></div><div>My problem is, I want to add another similar module on our collection, (volume_services_info) that would do the same but for volumes services: </div><div><br></div><div>Unfortunately, either I'm not looking at the right place, or any volume endpoint (v2/v3) within the openstack sdk is implementing the appropriate service module.</div><div><br></div><div>Did I miss something or is that class simply missing?</div><div><br></div><div>Thanks everyone!</div></div>