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:
		@@ -269,6 +269,10 @@ valid_services = {
 | 
				
			|||||||
    "midonet": {
 | 
					    "midonet": {
 | 
				
			||||||
        "type": "network-overlay",
 | 
					        "type": "network-overlay",
 | 
				
			||||||
        "desc": "MidoNet low-level API"
 | 
					        "desc": "MidoNet low-level API"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "cloudkitty": {
 | 
				
			||||||
 | 
					        "type": "rating",
 | 
				
			||||||
 | 
					        "desc": "CloudKitty Rating API"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user