Comment 2 for bug 1693413

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

Reviewed: https://review.openstack.org/467886
Committed: https://git.openstack.org/cgit/openstack/python-scciclient/commit/?id=c0fb69140265b79525ccd0f90a98d32f857127f8
Submitter: Jenkins
Branch: master

commit c0fb69140265b79525ccd0f90a98d32f857127f8
Author: Luong Anh Tuan <email address hidden>
Date: Thu May 25 18:44:37 2017 +0700

    Remove Workaround add sub-profiles IrmcConfig and OSInstallation

    The patch remove workaround add contain the sub-profiles IrmcConfig
    and OSInstallation for support old iRMC firmware version 7.82F. The
    workaround added two sub-profiles with empty value like:
      input_data['Server']['SystemConfig']['IrmcConfig'] = {}
      input_data['Server']['SystemConfig']['OSInstallation'] = {}
    On new version of iRMC firmware we should not to add two sub-profiles
    with empty value. This path success when test on iRMC firmware
    version 8.43F.

    Closes-bug: #1693413
    Co-Authored-By: Dao Cong Tien <email address hidden>

    Change-Id: Ia15dfa92e191ab5ea90710c4502d66a172007927