This file is indexed.

/usr/share/pyshared/openstack/compute/api.py is in python-openstack-compute 2.0a1-0ubuntu3.

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

The actual contents of the file can be viewed below.

1
2
3
# maps supported api versions to the optional features that they support
API_OPTIONS = { 'RACKSPACE' : ['IPGROUPS'],
                'OPENSTACK' : [] }