Comment 4 for bug 1817940

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

Reviewed: https://review.opendev.org/655695
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=ee124d2e98c2660ced7d71c1bd10525bf095a939
Submitter: Zuul
Branch: master

commit ee124d2e98c2660ced7d71c1bd10525bf095a939
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Mar 13 17:56:18 2019 +0000

    Remove IP proxy methods

    Remove IP proxy methods in os_vif.internal.command.ip.__init__.py. Both
    Windows and Linux IP implementations have the same interface, IpCommand.
    Method calls (set, add, delete, exists) must be the same for both IP
    classes, making those proxy calls unnecessary.

    Removed a nesting level for internal IP commands. Now those commands are
    located in os_vif.internal.ip.

    Change-Id: Id8b71172fb06b435cf169a7e55c11233f22fa65b
    Closes-Bug: #1817940