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'
Reviewed: https:/ /review. openstack. org/629025 /git.openstack. org/cgit/ openstack/ os-vif/ commit/ ?id=843d84c8190 22621fb6609609d 00dc4e02c37780
Committed: https:/
Submitter: Zuul
Branch: master
commit 843d84c81902262 1fb6609609d00dc 4e02c37780
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 sys.modules[ mod_str] , class_str) AttributeError: 'module' object has no attribute 'PyRoute2'
error will occur:
return getattr(
"
Change-Id: I1852038b8d40d4 aa52c4f8e661bc7 8e54e0fc966
Closes-Bug: #1812090