Comment 3 for bug 1370986

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

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

commit 403b81db29aa7e6ac64f446cccce0030f1937a9b
Author: liyingjun <email address hidden>
Date: Thu Sep 18 16:54:30 2014 +0800

    Replace set_id_as_name_if_empty with name_or_id

    we can replace set_id_as_name_if_empty with name_or_id in
    in all neutron related place to reduce a extra loop call
    since set_id_as_name_if_empty is called every after *_list.

    Change-Id: I341adb3a581337790e22e049e5b72df11b462b44
    Closes-bug: #1370986