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
Currently the bodhi messaging schema is missing a handful of properties for proper compatibility with upcoming fmn work.
str -- two messages currently include the str property (which is used to Return a human-readable representation of a message, but longer than the summary i.e. an email body). we need to implement str in the majority of messages:
agent_name -- we currently already have agent -- just need to expose this as agent_name for full compatability
app_name -- pretty self explainatory
finally, we also have
groups -- which i dont think we need to implement in bodhi, as it isnt really aware of FAS groups
The text was updated successfully, but these errors were encountered:
Currently the bodhi messaging schema is missing a handful of properties for proper compatibility with upcoming fmn work.
finally, we also have
The text was updated successfully, but these errors were encountered: