[Trivial] Doc update on the stable-interface-names
Consistent interface naming is helpful in collecting introspection data and final instance system. Change-Id: I8d434f7f8412734a540b797255abb6391325f434
This commit is contained in:
parent
9fddc46bdc
commit
b7000b9623
@ -139,6 +139,19 @@ The *devuser* element allows creating a user at build time, for example:
|
||||
export DIB_DEV_USER_AUTHORIZED_KEYS=$HOME/.ssh/id_rsa.pub
|
||||
disk-image-create debian ironic-python-agent-ramdisk devuser
|
||||
|
||||
Consistent Network Interface Naming
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Base cloud images normally disable consistent network interface naming
|
||||
by inserting an empty udev rule. Include ``stable-interface-names`` element
|
||||
if you want to have consistent network interface naming whenever it is
|
||||
required for instance image or deploy image.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
ironic-python-agent-builder -e stable-interface-names --release 8 centos-minimal
|
||||
|
||||
|
||||
.. _diskimage-builder: https://docs.openstack.org/diskimage-builder
|
||||
.. _dynamic-login: https://docs.openstack.org/diskimage-builder/latest/elements/dynamic-login/README.html
|
||||
.. _devuser: https://docs.openstack.org/diskimage-builder/latest/elements/devuser/README.html
|
||||
|
Loading…
Reference in New Issue
Block a user