Angus Salkeld e4d170a57c Change references of /etc/ceilometer-{agent,collector}.conf to /etc/ceilometer/ceilometer.conf
Complete the change to the global config file.

So by adding the project name to the call to cfg.CONF() we go from
the following search dirs:
cfg_dirs: ['/home/asalkeld', '/etc']
to:
cfg_dirs: ['/home/asalkeld/.ceilometer', '/home/asalkeld', '/etc/ceilometer', '/etc']

So you can end up with multiple configs loading like this:

DEBUG ceilometer.openstack.common.service [-] config file: ['/etc/ceilometer/ceilometer.conf', '/etc/ceilometer-collector.conf']

Change-Id: I8e75facb5f1dc7e3e66493824a2da15a5b9ab311
2012-11-14 15:50:34 +11:00
..
2012-10-12 13:24:37 +02:00
2012-08-07 10:19:19 -04:00
2012-11-08 16:13:44 -05:00
2012-07-31 09:11:21 -04:00
2012-10-05 22:31:32 +02:00