Add gnocchi service to supported types

Add gnocchi service to catalog of supported service types
to support gnocchi charm deployment.

Change-Id: I9946374ed42eeb3b580d4b66fc00d16b72da12eb
This commit is contained in:
James Page 2017-07-06 11:11:00 +01:00
parent 5ff0e3b098
commit 1b395d09b2
1 changed files with 4 additions and 0 deletions

View File

@ -352,6 +352,10 @@ valid_services = {
"type": "alarming",
"desc": "Aodh Alarming Service",
},
"gnocchi": {
"type": "metric",
"desc": "Gnocchi Metric Service",
},
"barbican": {
"type": "key-manager",
"desc": "Barbican secrets management service"