Description of problem: The ceilometer-agent-compute-container is mounted with `ro` permissions on the `/var/run/libvirt` directory. This results in an inability to read the contents of files required for the `cpu` telemetry metric. Version-Release number of selected component (if applicable): 17.1 How reproducible: Always Steps to Reproduce: 1. Deploy ceilometer 2. Note the lack of cpu metric 3. Check logs, see polling is unable to read file out of /var/run/libvirt Additional info: The permissions of the mounted directory should be `shared` not `ro`.
Closing this as this is merged upstream. There is no downstream import for this version currently.