Connected interfaces are grey, not green

Bug #1247022 reported by Anastasia Palkina
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Vladimir Sharshov

Bug Description

Interfaces should be green

Tags: ui
Revision history for this message
Anastasia Palkina (apalkina) wrote :
Changed in fuel:
assignee: nobody → Anastasia Palkina (apalkina)
assignee: Anastasia Palkina (apalkina) → nobody
Evgeniy L (rustyrobot)
Changed in fuel:
assignee: nobody → Julia Aranovich (jkirnosova)
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
importance: Undecided → Medium
Evgeniy L (rustyrobot)
Changed in fuel:
status: New → Confirmed
Revision history for this message
Vladimir Sharshov (vsharshov) wrote :

More correctly way to detect offline/online: https://review.openstack.org/55969

But for VirtualBox it would not work because network adapter that we use now to support Quantum does not simulate full functions:
* do not show network speed;
* do not show online/offline state.

Fix above will show this interfaces as green but if we remove link by VirtualBox they will still be green.

Revision history for this message
Andrey Danin (gcon-monolake) wrote :

What about a 'LOWER_UP' flag of interface? For Ethernet devices it says that physical level is up.

Revision history for this message
Andrey Danin (gcon-monolake) wrote :

      "eth0": {
        "mtu": "1500",
        "encapsulation": "Ethernet",
        "number": "0",
        "type": "eth",
        "flags": [
          "BROADCAST",
          "MULTICAST",
          "UP",
          "LOWER_UP"
        ],
        "state": "up",

Changed in fuel:
assignee: Julia Aranovich (jkirnosova) → Vladimir Sharshov (vsharshov)
status: Confirmed → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/55969
Committed: http://github.com/stackforge/fuel-web/commit/0e60ff862d75d8d2ef37d2b0f8d834260f8349b6
Submitter: Jenkins
Branch: master

commit 0e60ff862d75d8d2ef37d2b0f8d834260f8349b6
Author: Vladimir Sharshov <email address hidden>
Date: Mon Nov 11 12:56:10 2013 +0400

    [PRD-1728] Add state for node network interfaces(agent, nailgun, web UI)
    Related-Bug #1247022

    Change-Id: If8358938aa67ff0d90eeaec0923b7cffe523bf33

Changed in fuel:
milestone: none → 4.0
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.