Fix gnocchi service type to metric

Gnocchi service type is currently gnocchi,
change the type to metric.

Change-Id: I84bea16a624e1cd18a4c871577598d6a7fe146f2
This commit is contained in:
Hemanth Nakkina 2023-08-24 12:55:42 +05:30
parent abb95219cc
commit a5a51858fb

@ -153,7 +153,7 @@ class GnocchiOperatorCharm(sunbeam_charm.OSBaseOperatorAPICharm):
return [
{
"service_name": "gnocchi",
"type": "gnocchi",
"type": "metric",
"description": "OpenStack Gnocchi API",
"internal_url": f"{self.internal_url}",
"public_url": f"{self.public_url}",