diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-02 23:03:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-02 23:03:38 -0400 |
commit | 6bd7fbc35ac8726a8a0f422cd802d290c236bf3b (patch) | |
tree | af1a2311315106ab4fa0aeb1a3bfb4e76020808b /cloudinit/config | |
parent | 8ddfc28d055b610f592802e4c9fd4c3ede778918 (diff) | |
download | vyos-cloud-init-6bd7fbc35ac8726a8a0f422cd802d290c236bf3b.tar.gz vyos-cloud-init-6bd7fbc35ac8726a8a0f422cd802d290c236bf3b.zip |
ConfigDrive: do not use 'id' on a link for the device name
'id' on a link in the openstack spec should be "Generic, generated ID".
current implementation was to use the host's name for the host
side nic. Which provided names like 'tap-adfasdffd'.
We do not want to name devices like that as its quite unexpected
and non user friendly. So here we use the system name for any
nic that is present, but then require that the nics found also
be present at the time of rendering.
The end result is that if the system boots with net.ifnames=0
then it will get 'eth0' like names. and if it boots without net.ifnames
then it will get enp0s1 like names.
Diffstat (limited to 'cloudinit/config')
0 files changed, 0 insertions, 0 deletions