← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1274611] [NEW] nova-network bridge setup fails if the interface address has 'dynamic' flag

 

Public bug reported:

While setting the bridge up, if the network interface has a dynamic
address, the 'dynamic' flag will be displayed in the "ip addr show"
command:

[fedora@dev1 devstack]$ ip addr show dev eth0 scope global
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 52:54:00:00:00:01 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.2/24 brd 192.168.122.255 scope global dynamic eth0
       valid_lft 2225sec preferred_lft 2225sec

When latter executing "ip addr del" with the IPv4 details, the 'dynamic'
flag is not accepted, causes the command to crash and leaves the bridge
half configured.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1274611

Title:
  nova-network bridge setup fails if the interface address has 'dynamic'
  flag

Status in OpenStack Compute (Nova):
  New

Bug description:
  While setting the bridge up, if the network interface has a dynamic
  address, the 'dynamic' flag will be displayed in the "ip addr show"
  command:

  [fedora@dev1 devstack]$ ip addr show dev eth0 scope global
  2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
      link/ether 52:54:00:00:00:01 brd ff:ff:ff:ff:ff:ff
      inet 192.168.122.2/24 brd 192.168.122.255 scope global dynamic eth0
         valid_lft 2225sec preferred_lft 2225sec

  When latter executing "ip addr del" with the IPv4 details, the
  'dynamic' flag is not accepted, causes the command to crash and leaves
  the bridge half configured.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1274611/+subscriptions


Follow ups

References