Comment 13 for bug 1463891

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/kilo)

Reviewed: https://review.openstack.org/266957
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=74bcec35cfacc019872a78a7bb5151f1080878c7
Submitter: Jenkins
Branch: stable/kilo

commit 74bcec35cfacc019872a78a7bb5151f1080878c7
Author: Hynek Mlnarik <email address hidden>
Date: Tue Jan 12 09:10:25 2016 +0100

    Log INFO message when setting admin state up flag to False for OVS port

    Disabling admin state can cause confusion in OVS agent logs as to why
    VLAN 4095 is set to a particular port. This commit adds an extra INFO
    log message when admin state is disabled. There is no log emitted
    upon enabling admin state as there is already a detailed log entry
    logged in treat_devices_added_or_updated() function.

    Change-Id: I1301db8fea75af211f66a1914d1f0b706a6d5b36
    Closes-Bug: 1463891
    (cherry picked from commit 7ca04daa71910b578303845a363883fa036358f7)