This file is indexed.

/usr/lib/python2.7/dist-packages/python_senlinclient-0.4.0.egg-info/entry_points.txt is in python-senlinclient 0.4.0-2.

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
[console_scripts]
senlin = senlinclient.shell:main

[openstack.cli.extension]
clustering = senlinclient.osc.plugin

[openstack.clustering.v1]
cluster_action_list = senlinclient.osc.v1.action:ListAction
cluster_action_show = senlinclient.osc.v1.action:ShowAction
cluster_build_info = senlinclient.osc.v1.build_info:BuildInfo
cluster_create = senlinclient.osc.v1.cluster:CreateCluster
cluster_delete = senlinclient.osc.v1.cluster:DeleteCluster
cluster_event_list = senlinclient.osc.v1.event:ListEvent
cluster_event_show = senlinclient.osc.v1.event:ShowEvent
cluster_list = senlinclient.osc.v1.cluster:ListCluster
cluster_members_add = senlinclient.osc.v1.cluster:ClusterNodeAdd
cluster_members_del = senlinclient.osc.v1.cluster:ClusterNodeDel
cluster_members_list = senlinclient.osc.v1.cluster:ClusterNodeList
cluster_node_create = senlinclient.osc.v1.node:CreateNode
cluster_node_delete = senlinclient.osc.v1.node:DeleteNode
cluster_node_list = senlinclient.osc.v1.node:ListNode
cluster_node_show = senlinclient.osc.v1.node:ShowNode
cluster_node_update = senlinclient.osc.v1.node:UpdateNode
cluster_policy_attach = senlinclient.osc.v1.cluster:ClusterPolicyAttach
cluster_policy_binding_list = senlinclient.osc.v1.cluster_policy:ClusterPolicyList
cluster_policy_binding_show = senlinclient.osc.v1.cluster_policy:ClusterPolicyShow
cluster_policy_binding_update = senlinclient.osc.v1.cluster_policy:ClusterPolicyUpdate
cluster_policy_create = senlinclient.osc.v1.policy:CreatePolicy
cluster_policy_delete = senlinclient.osc.v1.policy:DeletePolicy
cluster_policy_detach = senlinclient.osc.v1.cluster:ClusterPolicyDetach
cluster_policy_list = senlinclient.osc.v1.policy:ListPolicy
cluster_policy_show = senlinclient.osc.v1.policy:ShowPolicy
cluster_policy_type_list = senlinclient.osc.v1.policy_type:PolicyTypeList
cluster_policy_type_show = senlinclient.osc.v1.policy_type:PolicyTypeShow
cluster_policy_update = senlinclient.osc.v1.policy:UpdatePolicy
cluster_profile_create = senlinclient.osc.v1.profile:CreateProfile
cluster_profile_delete = senlinclient.osc.v1.profile:DeleteProfile
cluster_profile_list = senlinclient.osc.v1.profile:ListProfile
cluster_profile_show = senlinclient.osc.v1.profile:ShowProfile
cluster_profile_type_list = senlinclient.osc.v1.profile_type:ProfileTypeList
cluster_profile_type_show = senlinclient.osc.v1.profile_type:ProfileTypeShow
cluster_profile_update = senlinclient.osc.v1.profile:UpdateProfile
cluster_receiver_create = senlinclient.osc.v1.receiver:CreateReceiver
cluster_receiver_delete = senlinclient.osc.v1.receiver:DeleteReceiver
cluster_receiver_list = senlinclient.osc.v1.receiver:ListReceiver
cluster_receiver_show = senlinclient.osc.v1.receiver:ShowReceiver
cluster_resize = senlinclient.osc.v1.cluster:ResizeCluster
cluster_scale_in = senlinclient.osc.v1.cluster:ScaleInCluster
cluster_scale_out = senlinclient.osc.v1.cluster:ScaleOutCluster
cluster_show = senlinclient.osc.v1.cluster:ShowCluster
cluster_update = senlinclient.osc.v1.cluster:UpdateCluster