This file is indexed.

/usr/lib/python2.7/dist-packages/os_cloud_config-0.2.6.egg-info/PKG-INFO is in python-os-cloud-config 0.2.6-1.

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Metadata-Version: 1.1
Name: os-cloud-config
Version: 0.2.6
Summary: Configuration for OpenStack clouds.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ===============================
        os-cloud-config
        ===============================
        
        Configuration for OpenStack clouds.
        
        When first installing an OpenStack cloud there are a number of common
        up-front configuration tasks that need to be performed. To alleviate
        the need for different sets of tooling to reinvent solutions to these
        problems, this package provides a set of tools.
        
        These tools are intended to be well-tested, and available as
        importable Python modules as well as command-line tools.
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/developer/os-cloud-config
        
        Features
        --------
        
        * generate-keystone-pki:
        
          * Generate a certificate authority and a signing key for use with Keystone
            Public Key Infrastructure token signing.
        
        * init-keystone:
        
          * Initialize Keystone on a host with a provided admin token, admin e-mail
            and admin password. Also allows optionally changing the region and the
            public endpoint that Keystone registers with itself.
        
        * register-nodes:
        
          * Register nodes with a baremetal service, such as Nova-baremetal or Ironic.
        
        * setup-endpoints:
        
          * Register services, such as Glance and Cinder with a configured Keystone.
        
        * setup-flavors:
        
          * Creates flavors in Nova, either describing the distinct set of nodes the
            cloud has registered, or a custom set of flavors that has been specified.
        
        * setup-neutron:
        
          * Configure Neutron at the cloud (not the host) level, setting up either a
            physical control plane network suitable for deployment clouds, or an
            external network with an internal floating network suitable for workload
            clouds.
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3