simondodsley | I'm wanting to use the Ansible Collections to get information about a cluster, but can't seem to find a way to get information about the boot volume of a nova instance. I can get the volume ID using `openstack.cloud.server_info`, but then `openstack.cloud.volume_info` does not allow you to pass the volume ID. It only seems to take `name`. How do I translate the ID to the name and what happens when the volume has no name? | 13:50 |
---|---|---|
sshnaidm | simondodsley, what happens if you put ID in 'name' field? | 15:04 |
simondodsley | sshnaidm, it returns an empty field | 15:25 |
simondodsley | sshnaidm, specifically it returns this https://www.irccloud.com/pastebin/GYFZg25S/ | 15:32 |
sshnaidm | apparently sdk doesn't support search by ID, so we need to add filtering to the module itself | 15:53 |
simondodsley | Is that something you can look into doing? | 16:58 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!