This file is indexed.

/usr/lib/python2.7/dist-packages/gnocchi-3.0.4.egg-info/entry_points.txt is in python-gnocchi 3.0.4-3.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[console_scripts]
carbonara-dump = gnocchi.carbonara:dump_archive_file
gnocchi-metricd = gnocchi.cli:metricd
gnocchi-statsd = gnocchi.cli:statsd
gnocchi-upgrade = gnocchi.cli:upgrade

[gnocchi.aggregates]
moving-average = gnocchi.aggregates.moving_stats:MovingAverage

[gnocchi.indexer]
mysql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
mysql+pymysql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer
postgresql = gnocchi.indexer.sqlalchemy:SQLAlchemyIndexer

[gnocchi.indexer.sqlalchemy.resource_type_attribute]
bool = gnocchi.indexer.sqlalchemy_extension:BoolSchema
number = gnocchi.indexer.sqlalchemy_extension:NumberSchema
string = gnocchi.indexer.sqlalchemy_extension:StringSchema
uuid = gnocchi.indexer.sqlalchemy_extension:UUIDSchema

[gnocchi.storage]
ceph = gnocchi.storage.ceph:CephStorage
file = gnocchi.storage.file:FileStorage
swift = gnocchi.storage.swift:SwiftStorage

[oslo.config.opts]
gnocchi = gnocchi.opts:list_opts

[oslo.config.opts.defaults]
gnocchi = gnocchi.opts:set_defaults

[tempest.test_plugins]
gnocchi_tests = gnocchi.tempest.plugin:GnocchiTempestPlugin

[wsgi_scripts]
gnocchi-api = gnocchi.rest.app:build_wsgi_app