This file is indexed.

/usr/share/tripleo-image-elements/ceilometer/environment.d/10-ceilometer-venv-dir.bash is in python-tripleo-image-elements 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
if [ -z "${CEILOMETER_VENV_DIR:-}" ]; then
    export CEILOMETER_VENV_DIR=${OPENSTACK_VENV_DIR:-"/opt/stack/venvs/ceilometer"}
fi