Comment 3 for bug 1812090

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

Reviewed: https://review.openstack.org/629025
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=843d84c819022621fb6609609d00dc4e02c37780
Submitter: Zuul
Branch: master

commit 843d84c819022621fb6609609d00dc4e02c37780
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 7 18:20:28 2019 +0000

    Import IP implementation modules outside privsep context

    If the IP module is loaded inside the privsep context, the following
    error will occur:
      return getattr(sys.modules[mod_str], class_str)
      "AttributeError: 'module' object has no attribute 'PyRoute2'

    Change-Id: I1852038b8d40d4aa52c4f8e661bc78e54e0fc966
    Closes-Bug: #1812090