This file is indexed.

/usr/share/tripleo-image-elements/heat-engine/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
Run the heat-engine service.

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

Example Heat Metadata:

    OpenStack::Config:
      heat:
        rpc_backend: heat.openstack.common.rpc.impl_kombu
        sql_connection: mysql://heatuser:heatpass@mysql.server.foo/heatdb
        auth_encryption_key: 0123456789abcdef0123456789abcdef
        watch_server_url: http://address.of.watch.service:8003
        waitcondition_server_url: http://address.of.wc.service:8000/v1/waitcondition
        metadata_server_url: http://addr.of.metadta.service:8000
        rabbit:
          password: abcdefg
          host: address.of.rabbitmq
        bind_port: 8001
        bind_host: 0.0.0.0