← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1736915] [NEW] Support for manual mode of interfaces

 

Public bug reported:

https://review.openstack.org/#/c/520590/

Need to configure the first network interface like this, but didn't find
a way to set it manual and also auto guess the name of the first
interface unless special cloud image is made.

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto eth0
iface eth0 inet6 auto

source /etc/network/interfaces.d/*

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1736915

Title:
  Support for manual mode of interfaces

Status in cloud-init:
  New

Bug description:
  https://review.openstack.org/#/c/520590/

  Need to configure the first network interface like this, but didn't
  find a way to set it manual and also auto guess the name of the first
  interface unless special cloud image is made.

  auto lo
  iface lo inet loopback

  auto eth0
  iface eth0 inet manual

  auto eth0
  iface eth0 inet6 auto

  source /etc/network/interfaces.d/*

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1736915/+subscriptions


Follow ups