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
This is an issue for both OpenStack and OpenShift based Resource Allocations.
What will be the progress flow to properly set this and make user unable to expired allocation. Also need to clean up before we expired the allocation otherwise still in background resources / PI/ projects are going to be costing money!
The text was updated successfully, but these errors were encountered:
It seems the problem can be attributed to this bug in Coldfront's backend code. The line is intended to evaluate whether the change made to a allocation was either "Denied" or "Revoked", but used the wrong operator to do so. This meant nothing will happen if the allocation's status was changed to "Denied" or "Revoked".
The text was updated successfully, but these errors were encountered: