Comment 1 for bug 1746986

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

Reviewed: https://review.openstack.org/540369
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=ea65d0a5105d0a1e258cd26f653fef91b6336746
Submitter: Zuul
Branch: master

commit ea65d0a5105d0a1e258cd26f653fef91b6336746
Author: Claudiu Belu <email address hidden>
Date: Wed Jan 31 00:35:41 2018 -0800

    Ensures that all classes have the same interface as their parents

    VMUtils10 has a few extra methods when compared to VMUtils. This
    patch adds those methods to VMUtils (raising NotImplementedError).

    Adds unit test that checks for future inconsistentcies.

    ISCSIInitiatorCLIUtils has been deprecated and removed, but it was
    not removed from utilsfactory.utils_map. This patch addresses this
    issue.

    Closes-Bug: #1746986

    Change-Id: I2a963304fc67595bc18e719e6b4420f553519c41