diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-11-01 18:22:16 -0700 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-11-02 15:38:05 +0000 |
commit | 4a08ce600fe7c3da33acc0a4365508236263a72a (patch) | |
tree | 1841c42a8526a2536cad14feef57c83360a28beb | |
parent | 674b65acdd03fab70b435098ed46de50828b913d (diff) |
Fix nova-cpu/collectd hieradata
Probably a typo, never caught or even tested.
Change-Id: Iaf75edb421a19cb69bf3ead59c83bf812c653f0b
Closes-Bug: #1729479
(cherry picked from commit 24f859c01826eb12256cf1a5cd63b8bb1c0e234c)
-rw-r--r-- | puppet/services/nova-compute.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-compute.yaml b/puppet/services/nova-compute.yaml index 9e5ba129..5326a250 100644 --- a/puppet/services/nova-compute.yaml +++ b/puppet/services/nova-compute.yaml @@ -210,7 +210,7 @@ outputs: collectd: tripleo.collectd.plugins.nova_compute: - virt - collectd::plugins::virt::connection: "qemu:///system" + collectd::plugin::virt::connection: 'qemu:///system' upgrade_tasks: - name: Stop nova-compute service tags: step1 |