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
Fix credential existence check for rgw usage exporter
credential_check.stdout is a string representation of a list, and as such will never return true when compared to an empty Python list.
Passing credential_check.stdout through the from_json filter casts the string to a list, and the equality can be properly evaluated.
0 commit comments