Comment 6 for bug 1606520

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/347403
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=e497a32ee09253cde2942a55f6c7c89dad7be831
Submitter: Jenkins
Branch: master

commit e497a32ee09253cde2942a55f6c7c89dad7be831
Author: Yuriy Zveryanskyy <email address hidden>
Date: Tue Jul 26 16:43:03 2016 +0300

    Replace DB API call to object's method in iLO drivers

    Ironic code should use versioned objects for CRUD operations if
    possible. This patch modifies iLO driver inspect module and
    changes ports creation from DB API call to Port.create()
    method.

    Related-Bug: #1606520
    Change-Id: I7b3ec087663ce3a7cf30c0708830f8b1be616ee8