Comment 10 for bug 1234688

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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

commit d22e81efdc99f7bb8ebd9e99e0eebfe1bf5a9a43
Author: Andres Buraschi <email address hidden>
Date: Tue Jan 7 23:44:16 2014 -0300

    Friendlier information for lbaas members creation

    In order to improve the user experience when adding new members to a
    lbass pool, the help information shown in the 'Add Member' dialog has
    been completed. Now, it explains that all selected members get the same
    weight and port, and that later update is possible to achieve the
    expected configuration.
    In addition, the 'Weight' column has been added to the Member summary
    tab, in order to easily identify the results of the performed 'Add
    Member' action.
    The complete fix would implement a more efficient way (through custom
    widgets, perhaps) to select weight and port per instance.

    Change-Id: If9a3ea6d36741fb1ca1ae06fb2dd307a78f537de
    Partial-Bug: #1234688