Hide Forgot
When KATELLO_LOGGING is set to warn this code is wrong: https://github.com/ohadlevy/katello/blob/master/src/app/models/glue/pulp/user.rb#L39 If this method (or any orchestration action) returns false (or nil), our orchestration is stopped with an error. Unfortunately (or thankfully) after Bryan's patch (setting logging level to info) the Rails.logger.info statement started to return nil which effectively stopped our orchestration. We should review all possible logging levels and run some tests. The best would be to run katello system tests.
No regressions there.
Better to do now with: https://bugzilla.redhat.com/show_bug.cgi?id=804127
This bug is just to make sure there were no nasty regressions like the orchestration errors mentioned earlier. We haven't seen any, Verified. CloudForms System Engine Version: 0.1.309-1.el6
getting rid of 6.0.0 version since that doesn't exist