Added custom celery router
This change was needed, so ODCS can route task to different queues, which will
forward the task to different execution backends. The routing happens according
to the values of compose metadata which are compared to the router rules.
Signed-off-by: Martin Curlej <mcurlej@redhat.com>