Blame doc/rtd/topics/network-config-format-eni.rst

Packit bc9a3a
.. _network_config_eni:
Packit bc9a3a
Packit bc9a3a
Network Configuration ENI (Legacy)
Packit bc9a3a
----------------------------------
Packit bc9a3a
Packit bc9a3a
`Cloud-init`_ supports reading and writing network config in the ``ENI``
Packit bc9a3a
format which is consumed by the ``ifupdown`` tool to parse and apply network
Packit bc9a3a
configuration.
Packit bc9a3a
Packit bc9a3a
As an input format this is **legacy**.  In cases where ENI format is available
Packit bc9a3a
and another format is also available, it will prefer to use the other format.
Packit bc9a3a
This can happen in either :ref:`datasource_nocloud` or
Packit bc9a3a
:ref:`datasource_openstack` datasources.
Packit bc9a3a
Packit bc9a3a
Please reference existing `documentation`_ for the
Packit bc9a3a
``/etc/network/interfaces(5)`` format.
Packit bc9a3a
Packit bc9a3a
.. _Cloud-init: https://launchpad.net/cloud-init
Packit bc9a3a
.. _documentation: http://manpages.ubuntu.com/manpages/trusty/en/man5/interfaces.5.html
Packit bc9a3a
.. vi: textwidth=78