Comment 8 for bug 1672457

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

Reviewed: https://review.openstack.org/451459
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=000ade88a4e366dcc4c606c7c53977065fc2de49
Submitter: Jenkins
Branch: stable/newton

commit 000ade88a4e366dcc4c606c7c53977065fc2de49
Author: Derek Higgins <email address hidden>
Date: Fri Mar 24 14:03:56 2017 +0000

    Copy and append to static lists

    core_interfaces and standard_interfaces are both static members of BaseDriver
    we need to take a copy of them before appending to them.

    Conflicts:
     ironic/drivers/base.py

    Change-Id: Ic6edc5e49a25849c7871dbc9e6e1d5a5eb229e57
    Closes-Bug: #1672457
    (cherry picked from commit 338651eae5b7c416f04970b9d60f09dc2dab8adb)