diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-03 22:57:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-03 22:57:04 +0000 |
commit | 97ef5a574d3df23b68dd2a9eaa66a7923fce8d39 (patch) | |
tree | 4587ba066ed01c8d9b5ae03de18fe93972e1c90e | |
parent | 949c31fdd61059f18690ab85dc9078331e8d0574 (diff) | |
parent | 4a08ce600fe7c3da33acc0a4365508236263a72a (diff) |
Merge "Fix nova-cpu/collectd hieradata" into stable/pike
-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 |