This file is indexed.

/usr/lib/python2.7/dist-packages/neutron_vpnaas-9.0.0.egg-info/entry_points.txt is in python-neutron-vpnaas 2:9.0.0-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
[console_scripts]
neutron-vpn-agent = neutron_vpnaas.cmd.eventlet.agent:main
neutron-vpn-netns-wrapper = neutron_vpnaas.services.vpn.common.netns_wrapper:main
neutron-vyatta-agent = neutron_vpnaas.cmd.eventlet.vyatta_agent:main

[device_drivers]
neutron.services.vpn.device_drivers.cisco_ipsec.CiscoCsrIPsecDriver = neutron_vpnaas.services.vpn.device_drivers.cisco_ipsec:CiscoCsrIPsecDriver
neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver = neutron_vpnaas.services.vpn.device_drivers.ipsec:OpenSwanDriver
neutron.services.vpn.device_drivers.vyatta_ipsec.VyattaIPsecDriver = neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec:VyattaIPsecDriver

[neutron.db.alembic_migrations]
neutron-vpnaas = neutron_vpnaas.db.migration:alembic_migrations

[neutron.service_plugins]
neutron.services.vpn.plugin.VPNDriverPlugin = neutron_vpnaas.services.vpn.plugin:VPNDriverPlugin
vpnaas = neutron_vpnaas.services.vpn.plugin:VPNDriverPlugin

[oslo.config.opts]
neutron.vpnaas = neutron_vpnaas.opts:list_opts
neutron.vpnaas.agent = neutron_vpnaas.opts:list_agent_opts

[tempest.test_plugins]
neutron_vpnaas_tests = neutron_vpnaas.tests.tempest.plugin:VPNTempestPlugin