CCI-MOC / esi

Elastic Secure Infrastructure project
6 stars 12 forks source link

Allow `openstack esi node list` to filter based on resource_class, owner, and lessee #539

Closed tzumainn closed 3 months ago

tzumainn commented 5 months ago

lease list and offer list already do this; let's add this to the node list!

This filter needs to be added the the esi-leap node controller, so you'll have to make changes both to esi-leap and python-esileapclient

skanthed commented 4 months ago

esi-leap - https://github.com/CCI-MOC/esi-leap/pull/156 python-esileapclient - https://github.com/CCI-MOC/python-esileapclient/pull/56

tzumainn commented 3 months ago

Code merged