Comment 2 for bug 1693536

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

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

commit 34caf71d4a3548560debbba4599cd470317ec5a1
Author: wei.ying <email address hidden>
Date: Thu May 18 11:27:01 2017 +0800

    Remove the duplicate method call when retrieving the instance log

    There are two identical ways to get an instance log
    and it should delete the incorrect one.

    [0] openstack_dashboard/static/js/horizon.firewalls.js#L24
    [1] openstack_dashboard/static/js/horizon.instances.js#L28

    Change-Id: I78641f4a5ddf51f905eed1679bb5552529c85e3e
    Closes-Bug: #1693536