Comment 2 for bug 1794126

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

Reviewed: https://review.openstack.org/604817
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0c9bd9ce6e0fe9eb6e8e2a16fe04615662a4f0f0
Submitter: Zuul
Branch: stable/queens

commit 0c9bd9ce6e0fe9eb6e8e2a16fe04615662a4f0f0
Author: Aditya Prakash Vaja <email address hidden>
Date: Mon Sep 24 20:19:39 2018 +0530

    stable-only: fix typo in IVS related privsep method

     - as part of this change [1], methods requiring root access for
       IVS were moved to a separate file
     - there was a typo that causes failure to plug VM interface
     - this fixes the typo and includes the original file existence
       check to the utility method

    This is a stable-only change for Queens because the code in
    question was removed in Rocky [2].

    [1] Ic48087fdf283b3ba503294a944be91be0c338132
    [2] Icf948f6ee1c0da2327fb5eac61fec6e89ac30531

    Change-Id: Ifa4df2bde2d9799727b29c63f2037fcd3eaa4b87
    Closes-Bug: #1794126