Comment 2 for bug 1720443

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

Reviewed: https://review.openstack.org/508615
Committed: https://git.openstack.org/cgit/openstack/sushy/commit/?id=2aa31ddf4f90517695831379eee919bbf72d4ff7
Submitter: Jenkins
Branch: master

commit 2aa31ddf4f90517695831379eee919bbf72d4ff7
Author: Nate Potter <email address hidden>
Date: Fri Sep 29 14:31:01 2017 -0700

    Add int_or_none adapter function

    Add a function that allows a value to either be translated
    to an int or left as None if the json value is null to account
    for null values without throwing an error.

    Change-Id: I03c76d01740cfb36648f09112611111a3b316467
    Closes-bug: #1720443