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!
I'm the author of pyrax
. Currently there is no way to access tag information via pyrax, as that information is not returned from the API. But I agree that that would be useful information, so I'm talking to the various teams involved to see what might be possible. When I hear something I'll follow up here.