Reviewed:  https://review.openstack.org/510847
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=1afba5f0828addbdd54e13081b66e5f09f604816
Submitter: Zuul
Branch:    master

commit 1afba5f0828addbdd54e13081b66e5f09f604816
Author: Akihiro Motoki <amot...@gmail.com>
Date:   Tue Oct 10 11:32:46 2017 +0000

    Sort security group rules more meaningfully
    
    At now, security gorup rules are sorted based on ip_protocol and
    from_port by default, but there are more higher level classification
    like direction and ethertype (like IPv4, IPv6).
    This commit improves the default sort order in more meaningful order.
    
    Also improves the handling of IP protocol which can be a string,
    an integer or None. Sorting in python 3 assumes all corresponding
    values have a same type, so we need to ensure IP protocols in all rules
    have a same type, so IP protocol fields are converted into a string
    before sorting.
    
    Change-Id: Ia45830e9953e92141a3ce91a78dd338960b5ac11
    Closes-Bug: #1264738


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

Title:
  Allow sorting of security group rules

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  I would like Horizon to allow me to sort security group rules. I
  picture this like Netflix allowing me to drag and drop movies in my
  queue.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to