← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1676689] Re: service list is not sorted

 

Reviewed:  https://review.openstack.org/450512
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1f49ac5346779ae95c2892946b916427b7109b9b
Submitter: Jenkins
Branch:    master

commit 1f49ac5346779ae95c2892946b916427b7109b9b
Author: Kenji Ishii <ken-ishii@xxxxxxxxxxxxx>
Date:   Tue Mar 28 02:06:49 2017 +0000

    Sort service list in API Access
    
    Currently, this order is the order of user.catalog_service and
    this is not sorted. This patch sort that list by service type.
    
    Change-Id: I7de8e6c349b947a960123d35c2c872a2e97ff72b
    Closes-bug: #1676689


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

Title:
  service list is not sorted

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Currently service list in API Access panel is not sorted. This order is the order of request.user.service_catalog.
  In my case, that order is below.

  Compute	        http://10.0.2.15:8774/v2.1
  Volumev3	http://10.0.2.15:8776/v3/4a6a3550cea24c78989f07596571e8b6
  Compute_Legacy	http://10.0.2.15:8774/v2/4a6a3550cea24c78989f07596571e8b6
  Network	        http://10.0.2.15:9696/
  Volume	        http://10.0.2.15:8776/v1/4a6a3550cea24c78989f07596571e8b6
  Placement	http://10.0.2.15/placement
  Volumev2	http://10.0.2.15:8776/v2/4a6a3550cea24c78989f07596571e8b6
  Image	        http://10.0.2.15:9292
  Identity	http://10.0.2.15/identity

  This should be sorted like service name.

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


References