Description of problem: When an app deployment occurs from a git push, it's recorded to the broker at /broker/analytics. This isn't apparently deployed with OSE, or at least not with default config. It returns a 500 error (probably because there's no route) which could mislead those looking at logs or packet traces. No other bad effect (not even a stack trace to fill production.log). How reproducible: Every time. Steps to Reproduce: 1. Do an app deployment 2. Look in /var/log/httpd/access_log on the broker Actual results: /broker/analytics request with 500 status Expected results: No such request, or 2xx status