Add support for the cloudkitty service

CloudKitty (Rating-as-a-Service for OpenStack) requires the creation of a
service in keystone to properly work. This patch registers cloukitty as a valid
service to enable the relation between those two charms.
This commit is contained in:
Gauvain Pocentek
2015-08-31 17:10:30 +02:00
parent 294824ad95
commit 0ba88a1a29

View File

@@ -269,6 +269,10 @@ valid_services = {
"midonet": {
"type": "network-overlay",
"desc": "MidoNet low-level API"
},
"cloudkitty": {
"type": "rating",
"desc": "CloudKitty Rating API"
}
}