Comment 12 for bug 1703709

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/34328
Committed: http://github.com/Juniper/contrail-controller/commit/67a2e47b13ff5fc24a5bc5152dda4781eb431a01
Submitter: Zuul (<email address hidden>)
Branch: master

commit 67a2e47b13ff5fc24a5bc5152dda4781eb431a01
Author: Sundaresan Rajangam <email address hidden>
Date: Fri Aug 4 16:55:53 2017 -0700

Modify class VncAmqpHandle constructor

VncAmqpHandle takes service's config as an argument (args) in the
constructor and extracts rabbitmq parameters and other config parameters
like trace_file from the args. We plan to use VncAmqpHandle in analytics
services and the rabbitmq parameter names are not the same as the config
service. So, instead of passing args to VncAmqpHandle, pass the rabbitmq
config as dict.

Change-Id: Ie24f08c7d027925a17b204cbe994c0cb72e7a53c
Related-Bug: #1703709