This file is indexed.

/usr/lib/python3/dist-packages/gnocchi-4.2.0.egg-info/entry_points.txt is in python3-gnocchi 4.2.0-0ubuntu5.

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
37
38
39
40
41
42
43
44
[console_scripts]
gnocchi-change-sack-size = gnocchi.cli.manage:change_sack_size
gnocchi-config-generator = gnocchi.cli.manage:config_generator
gnocchi-metricd = gnocchi.cli.metricd:metricd
gnocchi-statsd = gnocchi.cli.statsd:statsd
gnocchi-upgrade = gnocchi.cli.manage:upgrade

[gnocchi.incoming]
ceph = gnocchi.incoming.ceph:CephStorage
file = gnocchi.incoming.file:FileStorage
redis = gnocchi.incoming.redis:RedisStorage
s3 = gnocchi.incoming.s3:S3Storage
swift = gnocchi.incoming.swift:SwiftStorage

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

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

[gnocchi.rest.auth_helper]
basic = gnocchi.rest.auth_helper:BasicAuthHelper
keystone = gnocchi.rest.auth_helper:KeystoneAuthHelper
remoteuser = gnocchi.rest.auth_helper:RemoteUserAuthHelper

[gnocchi.storage]
ceph = gnocchi.storage.ceph:CephStorage
file = gnocchi.storage.file:FileStorage
redis = gnocchi.storage.redis:RedisStorage
s3 = gnocchi.storage.s3:S3Storage
swift = gnocchi.storage.swift:SwiftStorage

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

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