Comment 11 for bug 1463891

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

Reviewed: https://review.openstack.org/266948
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a370fa302ccbb307eebc039a264af9b5ee16227f
Submitter: Jenkins
Branch: stable/liberty

commit a370fa302ccbb307eebc039a264af9b5ee16227f
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)