959da8cd03
At the moment Cloudkitty is targeted at all LXC hosts along with containers which is not needed nor intended. Unfortunatelly there's no really good compatible fix exist, so action from operator is required to handle transition to new naming for the service. Change-Id: I9360495e3b3347568969e36e0e96bb1325efd59f
25 lines
405 B
YAML
25 lines
405 B
YAML
---
|
|
component_skel:
|
|
cloudkitty_api:
|
|
belongs_to:
|
|
- cloudkitty_all
|
|
cloudkitty_engine:
|
|
belongs_to:
|
|
- cloudkitty_all
|
|
|
|
container_skel:
|
|
cloudkitty_container:
|
|
belongs_to:
|
|
- rating_containers
|
|
contains:
|
|
- cloudkitty_api
|
|
- cloudkitty_engine
|
|
|
|
physical_skel:
|
|
rating_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
rating_hosts:
|
|
belongs_to:
|
|
- hosts
|