On 11/11/25 13:05, Tyler Wilson wrote:
Hello All,
I'm looking into testing out the Nova unified limits, however I am experiencing an odd issue where the 'limit list' returns no data. The 'limit create' and 'limit show' (with the UUID from the create command) seem to work fine.
Paste data for the output is here: https://pastebin.com/sPZgZDEK
I've even tried sending a GET to http://KEYSTONE_IP:5000/v3/limits with the output of []
({"limits": [], "links": {"next": null, "self": "http://KEYSTONE_IP:5000/v3/limits", "previous": null}})
The log in keystone WSGI just shows a 200 for the GET request, not much else I could find.
Should this work in the way I am expecting here? Or am I missing something?
Thanks for any and all assistance!
I notice that you used --project customer02 when you created the limit but in the response you get that returned as its corresponding UUID b2b0561a379e45cb8dc3727b453af77b. The unified limits commands generally only work with UUIDs and not names, so I wonder if that could be the issue. Have you tried: openstack limit list --project b2b0561a379e45cb8dc3727b453af77b Though I would have expected your GET http://KEYSTONE_IP:5000/v3/limits should have shown something. Are you authenticating as the same project the limit belongs to or a different one? -melwitt