]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
compute agent: do not try to configure nova.conf
authorEmilien Macchi <emilien@redhat.com>
Tue, 22 Sep 2015 19:23:43 +0000 (15:23 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 24 Sep 2015 18:38:15 +0000 (18:38 +0000)
commit44fb7ff3b35d35727eb67314cd7fbca05ede16fa
treeb779efa5ead1a3cd5b18be0ec61c397d9b836fc7
parent45f51aee3d5a86ccc93b4c4487ad405667970c4d
compute agent: do not try to configure nova.conf

Back in history, we tried to configure something in nova.conf which is
now managed by puppet-nova. It causes the module conflicting with
puppet-nova and makes Puppet runs not idempotent and nova.conf with
wrong parameters.

nova_notifier plugin was removed in Kilo (ceilometer commit eed463659f2e6f7018b5db1fcae9931ae1d60a00).

Change-Id: I2b8d55613f0a962662d67b9fd82db17b758af80f
lib/puppet/provider/file_line_after/ruby.rb [deleted file]
lib/puppet/type/file_line_after.rb [deleted file]
manifests/agent/compute.pp
manifests/agent/polling.pp
spec/classes/ceilometer_agent_compute_spec.rb
spec/classes/ceilometer_agent_polling_spec.rb