This file is indexed.

/usr/share/tripleo-image-elements/nova-baremetal/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
Nova baremetal services
-----------------------

Configures the nova-baremetal directories on disk and restarts the deploy
helper service in os-refresh-config.

An iptables rule to capture incoming EC2 metadata API requests and redirect
them to the nova API is automatically added to the neutron.ovs.physical\_bridge
interface. See the neutron-openvswitch-agent for the full set of ovs parameters.
For example:

    neutron:
      ovs:
        physical_bridge: br-ctlplane

In the future we may create a dedicated parameter to permit nova-baremetal to
run separately from the neutron agents in the undercloud.