Comment 2 for bug 1401480

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

Reviewed: https://review.openstack.org/141005
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=66cad4ce4df29bf528679ff8b65f055baa2c4af3
Submitter: Jenkins
Branch: master

commit 66cad4ce4df29bf528679ff8b65f055baa2c4af3
Author: jichenjc <email address hidden>
Date: Thu Dec 4 15:35:57 2014 +0800

    Make service-list output consistent

    When libvirt automatic disable/enable services, the disabled
    reason will be 'None'. However, the column is Nullable and
    make it 'None' let the service-list output inconsistent.
    This patch changes the default value to NULL.

    Change-Id: I958accb500b4b417d755cff8df8ef7d615b710c0
    Closes-Bug: #1401480