Replaces call to Gnocchi status for a request of metric list when determining backend... 03/7903/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Mon, 2 Sep 2019 19:19:10 +0000 (16:19 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Mon, 2 Sep 2019 19:19:16 +0000 (16:19 -0300)
commitfe7bdeb13eb569b267c7650948d9f634bd49dae9
tree3bd5737f6e2b7d2b203875445d42dbecbdbc5b7f
parent4de60c537b56d7bf9767a8b3b027793c76bf02b5
Replaces call to Gnocchi status for a request of metric list when determining backend in openstack vnf collector

When trying to determine metric backend, the openstack vnf collector was
requesting Gnocchi status data, which is only available for privileged users.
This generated errors in the metric collection when using a nonadmin openstack user.

Change-Id: I6a85f27c4714a1d3f8bbbf82da1795066352a1e0
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
osm_mon/collector/vnf_collectors/openstack.py