← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2095150] Re: Admin user doesn't see port binding and provider network details

 

Reviewed:  https://review.opendev.org/c/openstack/horizon/+/945058
Committed: https://opendev.org/openstack/horizon/commit/da38df12ffea39bd522d5346b72486f545635aa8
Submitter: "Zuul (22348)"
Branch:    master

commit da38df12ffea39bd522d5346b72486f545635aa8
Author: Dmitriy Rabotyagov <noonedeadpunk@xxxxxxxxx>
Date:   Wed Mar 19 22:43:48 2025 +0100

    Fix Bindings renderring for admin
    
    With new neutronclient objects are immutable to changes, thus writing
    down properties like binding__* does not work like expected.
    
    In the meanwhile regular binding_* are available for ports and
    populated properly by the client.
    
    This patch switching to usage of such properties for the template only
    to make the patch backportable. Further rehauwling and renaming
    of properties is expected to be done in follow-up patches.
    
    Closes-Bug: #2095150
    Change-Id: I57cba985d427507a4177e9b919cfae0a8188395a


** Changed in: horizon
       Status: In Progress => Fix Released

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

Title:
  Admin user doesn't see port binding and provider network details

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The commands "openstack port show" and "openstack network show" report
  port binding and provider network details when the user has the admin
  role. The port and network pages in Horizon, however, don't.

  Binding details are supposed to be in a section at the end of the port
  page. The section exists, but only contains the text "VNIC Type".

  Provider network details are not shown at all on the network page.

  Attaching two screenshots to illustrate the problem.

  **Version details**: This is on a stable/2024.2 Devstack, i.e.
  Dalmatian. I don't know how to figure out the Horizon release version,
  but in /opt/stack/horizon/horizon.egg-info I find a file named
  pbr.json, which contains

  {"git_version": "4bcc3dcea", "is_release": false}

  Happy to provide more information.

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



References