This file is indexed.

/usr/share/tripleo-image-elements/heat-api/README.md is in python-tripleo-image-elements 0.7.1-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
Run the stateless HTTP Heat API services.

Configuration
-------------

We use os-apply-config for writing heat's configuration.

Example Heat Metadata:

    OpenStack::Config:
      heat:
        rpc_backend: heat.openstack.common.rpc.impl_kombu
        service_host: keystone.host.foo
        service_port: 5000
        keystone:
          auth_host: keystone.host.foo
          auth_port: 35357
          auth_protocol: http
          auth_uri: http://keystone.host.foo:35357/v2.0
        admin_tenant_name: mytenant
        admin_user: user1
        admin_password: abcdefg
        rabbit:
          host: rabbitmq.host.foo
          password: xyz123