The Cloudkitty role has been lacking some attention for a while causing some of the configuration and examples outdated. Now that Cloudkitty playbook and dashboard can be installed using OSA without running any additional playbooks from this repository i have removed those from here. Change-Id: I0fe96c318273f0016d93cf043bda74feb11c63f8
12 lines
485 B
YAML
12 lines
485 B
YAML
---
|
|
upgrade:
|
|
- cloudkitty_package_state inherits `package_state` and defaults to "latest"
|
|
- cloudkitty_uwsgi_bind_address inherits `openstack_service_bind_address`
|
|
and defaults to 0.0.0.0
|
|
- cloudkitty_galera_port inherits `galera_port` and defaults to "3306"
|
|
- cloudkitty_service_region inherits `service_region` and defaults to
|
|
"RegionOne"
|
|
deprecations:
|
|
- cloudkitty_collected_services is deprecated and should instead
|
|
be configured in Cloudkitty metrics config
|