This file is indexed.

/usr/lib/python2.7/dist-packages/aodh-2.0.0.egg-info/entry_points.txt is in python-aodh 2.0.0-0ubuntu1.

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
45
46
47
48
49
50
51
52
53
54
55
[aodh.alarm.rule]
combination = aodh.api.controllers.v2.alarm_rules.combination:AlarmCombinationRule
composite = aodh.api.controllers.v2.alarm_rules.composite:composite_rule
event = aodh.api.controllers.v2.alarm_rules.event:AlarmEventRule
gnocchi_aggregation_by_metrics_threshold = aodh.api.controllers.v2.alarm_rules.gnocchi:AggregationMetricsByIdLookupRule
gnocchi_aggregation_by_resources_threshold = aodh.api.controllers.v2.alarm_rules.gnocchi:AggregationMetricByResourcesLookupRule
gnocchi_resources_threshold = aodh.api.controllers.v2.alarm_rules.gnocchi:MetricOfResourceRule
threshold = aodh.api.controllers.v2.alarm_rules.threshold:AlarmThresholdRule

[aodh.evaluator]
combination = aodh.evaluator.combination:CombinationEvaluator
composite = aodh.evaluator.composite:CompositeEvaluator
gnocchi_aggregation_by_metrics_threshold = aodh.evaluator.gnocchi:GnocchiAggregationMetricsThresholdEvaluator
gnocchi_aggregation_by_resources_threshold = aodh.evaluator.gnocchi:GnocchiAggregationResourcesThresholdEvaluator
gnocchi_resources_threshold = aodh.evaluator.gnocchi:GnocchiResourceThresholdEvaluator
threshold = aodh.evaluator.threshold:ThresholdEvaluator

[aodh.notifier]
http = aodh.notifier.rest:RestAlarmNotifier
https = aodh.notifier.rest:RestAlarmNotifier
log = aodh.notifier.log:LogAlarmNotifier
test = aodh.notifier.test:TestAlarmNotifier
trust+http = aodh.notifier.trust:TrustRestAlarmNotifier
trust+https = aodh.notifier.trust:TrustRestAlarmNotifier
zaqar = aodh.notifier.zaqar:ZaqarAlarmNotifier

[aodh.storage]
hbase = aodh.storage.impl_hbase:Connection
log = aodh.storage.impl_log:Connection
mongodb = aodh.storage.impl_mongodb:Connection
mysql = aodh.storage.impl_sqlalchemy:Connection
mysql+pymysql = aodh.storage.impl_sqlalchemy:Connection
postgresql = aodh.storage.impl_sqlalchemy:Connection
sqlite = aodh.storage.impl_sqlalchemy:Connection

[console_scripts]
aodh-api = aodh.cmd.api:main
aodh-dbsync = aodh.cmd.storage:dbsync
aodh-evaluator = aodh.cmd.alarm:evaluator
aodh-expirer = aodh.cmd.storage:expirer
aodh-listener = aodh.cmd.alarm:listener
aodh-notifier = aodh.cmd.alarm:notifier

[keystoneauth1.plugin]
password-aodh-legacy = aodh.keystone_client:LegacyAodhKeystoneLoader

[oslo.config.opts]
aodh = aodh.opts:list_opts
aodh-auth = aodh.opts:list_keystoneauth_opts

[oslo.config.opts.defaults]
aodh = aodh.conf.defaults:set_cors_middleware_defaults

[tempest.test_plugins]
aodh_tests = aodh.tests.tempest.plugin:AodhTempestPlugin