Hello Cristina,

Can you check which versions of gnocchiclient you have installed on your system, both as system packages (installed with apt) and installed via pip? It looks like you have entry points from gnocchiclient 7.0.5 or earlier referring to deprecated commands, and also a newer gnocchiclient package in which these commands have been removed.

Best wishes,
Pierre

On Wed, 21 Oct 2020 at 12:44, Cristina Mayo <admin@gsic.uva.es> wrote:
Hi everyone,

Openstack client installed on an Ubuntu 20.04 is showing these errors when I launch as non root user; indeed it is fine with sudo:
Could not load 'metric_metric_create': module 'gnocchiclient.v1.metric_cli' has no attribute 'DeprecatedCliMetricCreate'
Could not load 'metric_metric_delete': module 'gnocchiclient.v1.metric_cli' has no attribute 'DeprecatedCliMetricDelete'
Could not load 'metric_metric_list': module 'gnocchiclient.v1.metric_cli' has no attribute 'DeprecatedCliMetricList'
Could not load 'metric_metric_show': module 'gnocchiclient.v1.metric_cli' has no attribute 'DeprecatedCliMetricShow'

I don't have noticed any bad behaviour using it, but I'm not sure. Any help?

Thanks