Trying to fetch all the servers registered to our RackSpace account under a certain tag.
Using RackSpace's Python bindings for OpenStack, pyrax
, we haven't found a way to do this. Is there some way to achieve it with that library, or is there another Python library that would do that?
Thanks very much!