You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
All of the request functions in openstack/compute/v2/servers return XyzResult types with an Extract() method, even if the only thing you can extract is an error, but Delete() does not. It's worth a pass to see if there are any others left, too.
The delegate in Rackspace compute will need to be updated to match.
All of the request functions in openstack/compute/v2/servers return
XyzResulttypes with anExtract()method, even if the only thing you can extract is an error, butDelete()does not. It's worth a pass to see if there are any others left, too.The delegate in Rackspace compute will need to be updated to match.