commit | 71aa28d56dc16fe0c046d80b873d7283ba565c76 | [log] [tgz] |
---|---|---|
author | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Tue Jan 31 00:43:13 2017 +0000 |
committer | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Tue Jan 31 04:19:13 2017 +0000 |
tree | e267010703cf17537a7b2c7834613dc0705cba4a | |
parent | 4e5abb5d83d812ae1f08e3e336e6c0abd9c9aa78 [diff] [blame] |
FIXes for monitoring service VM components like kafka, pub-sub...etc Change-Id: Iddde297d828b64f96628e0b3b23d509c06969648
diff --git a/xos/synchronizer/steps/sync_monitoringchannel.py b/xos/synchronizer/steps/sync_monitoringchannel.py index d892d0d..07db238 100644 --- a/xos/synchronizer/steps/sync_monitoringchannel.py +++ b/xos/synchronizer/steps/sync_monitoringchannel.py
@@ -157,7 +157,7 @@ jump_hostname = fields["hostname"] #Get the tunnel detsination - remote_host = o.private_ip + remote_host = o.nat_ip remote_port = o.ceilometer_port #FIXME: For now, trying to setup the tunnel on the local port same as the remote port local_port = remote_port