← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1829461] Re: Volume Group Under project panel not working

 

Reviewed:  https://review.opendev.org/661960
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0cb5167b99d418c7ce8cbc9adda24f228fdd42d0
Submitter: Zuul
Branch:    master

commit 0cb5167b99d418c7ce8cbc9adda24f228fdd42d0
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date:   Wed May 29 21:22:23 2019 +0900

    Make project volume group table work even with volumev3 only env
    
    Previously the volume group table in the project dashboard checked if
    'volume' endpoint is available and 'volumev3' endpoint was not checked.
    'volumev3' is an endpoint name commonly used for Volume v3 API and
    it is not surprising that only volumev3 is configured in deployments,
    so we should ensure that horizon works with environments only with
    'volumev3' endpoint.
    
    The service endpoints are already checked in panel.py, so there is no
    need to have the permission check (i.e., service check) in the table.
    
    Similar patterns are found in tables in project/snapshots and
    project/vg_snapshots. They are also cleanup by this commit.
    
    Change-Id: I12d03745bec5d8dec10a8e2b4306c595f2f39560
    Closes-Bug: #1829461


** 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/1829461

Title:
  Volume Group Under project panel not working

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Volume Group under project panel not working properly for master
  branch.

  Volume Group table under project panel is missing same is attached

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


References