octavia/elements/remove-default-ints
Michael Johnson 7ad61bb451 Remove unnecessary interface configurations
The image building process adds some unnecessary network interface
configuration files to /etc/network/interfaces.d. This element cleans those
out as they are not needed because cloud-init will create the required
configuration file.

Change-Id: If5fbfc34ff0e91608f402811aa2b78c9cbcb00ec
2019-11-20 16:02:42 -08:00
..
post-install.d Remove unnecessary interface configurations 2019-11-20 16:02:42 -08:00
README.rst Remove unnecessary interface configurations 2019-11-20 16:02:42 -08:00

README.rst

This element removes any default network interfaces from the interface configuration in the image. These are not needed in the amphora as cloud-init will create the required default interface configuration files.

For Ubuntu this element will remove the network configuration files from /etc/network/interfaces.d.