From d35be61bce73b60ce44dc18891f132a96eb052f7 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Mon, 21 Nov 2016 09:22:02 +0800 Subject: [PATCH] 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 --- ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 index cd347b2697..494e10ec94 100644 --- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 +++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 @@ -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