Fix bug 1884 MON openstack token optimization 05/11705/6
authorpreethika.p <preethika.p@tataelxsi.co.in>
Wed, 23 Feb 2022 05:27:13 +0000 (05:27 +0000)
committerpalsus <subhankar.pal@aricent.com>
Thu, 14 Apr 2022 15:58:24 +0000 (15:58 +0000)
commit94948de24a6ff7d03cce2168be5a83c0ed97196d
treeaf8939b013fc549e64e74168a6bfe9f3b35e5eee
parentd655ca05116081f8d7dfdebd0df81ff5d9bce58d
Fix bug 1884 MON openstack token optimization

Reuse the openstack session created in infra collection,
thereby collecting infra and vnf metrics per vim account.

Change-Id: I7d9c9e32b366822101699f56cbf6fc8f8ec6f233
Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
osm_mon/collector/infra_collectors/base_osinfra.py
osm_mon/collector/service.py
osm_mon/collector/vnf_collectors/openstack.py
osm_mon/collector/vnf_collectors/vio.py
osm_mon/collector/vnf_collectors/vmware.py
osm_mon/tests/unit/collector/test_collector_service.py
osm_mon/tests/unit/collector/vnf_collectors/test_openstack.py
osm_mon/tests/unit/collector/vnf_collectors/vmware/test_vcd_collector.py
osm_mon/tests/unit/collector/vnf_collectors/vmware/test_vio_collector.py