Fix aodh service type to alarming

Currently aodh service type is aodh,
change the service type to alarming

Change-Id: I36230f232b6dc4c3a8b47dcf40384fced7aab4aa
This commit is contained in:
Hemanth Nakkina 2023-08-24 12:58:13 +05:30
parent cac4c53a90
commit 022c6c52c1

@ -222,7 +222,7 @@ class AodhOperatorCharm(sunbeam_charm.OSBaseOperatorAPICharm):
return [
{
"service_name": "aodh",
"type": "aodh",
"type": "alarming",
"description": "OpenStack Aodh API",
"internal_url": f"{self.internal_url}",
"public_url": f"{self.public_url}",