Fix network configuration for cloudkitty
network_* and should be replaced with network.* [1] [1]: https://github.com/openstack/cloudkitty/blob/master/etc/cloudkitty/cloudkitty.conf.sample#L126 Closes-bug: #1641940 Change-Id: I2a151898a58bae6a31f2e133aa3a6ee1b3cc7b09
This commit is contained in:
parent
62c1b4f89c
commit
d35be61bce
@ -28,7 +28,7 @@ lock_path = /var/lib/cloudkitty/tmp
|
||||
|
||||
[collect]
|
||||
collector = {{ cloudkitty_collector_backend }}
|
||||
services = compute,image{% if enable_cinder | bool %},volume{% endif %}, network_bw_out, network_bw_in, network_floating
|
||||
services = compute,image{% if enable_cinder | bool %},volume{% endif %},network.bw.out,network.bw.in,network.floating
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
driver = messagingv2
|
||||
|
Loading…
Reference in New Issue
Block a user