Adds use of N2VC.FormatApplicationName in collector 24/6824/4
authorBenjamin Diaz <bdiaz@whitestack.com>
Wed, 31 Oct 2018 21:47:17 +0000 (14:47 -0700)
committerBenjamin Diaz <bdiaz@whitestack.com>
Wed, 31 Oct 2018 22:11:48 +0000 (15:11 -0700)
commit987f8f62bf405ac78a4a1ea3f6e634c686119e05
treeb8c1695d1e668f8daa64c85ac37062bd2c24b333
parent27784a805d77f11d049e9a16704e6977e6967e85
Adds use of N2VC.FormatApplicationName in collector

MonCollector was using its own method for generating the juju app name.
It is been replaced by the N2VC one that is also used by LCM on deployment.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: Ic2a19825f055cc9b77404f8cf13152e5b6514214
osm_mon/collector/collector.py
osm_mon/collector/prometheus_exporter.py
osm_mon/test/collector/test_collector.py
osm_mon/test/core/test_common_consumer.py