Update openstack/common tree
This update is a prerequisite for working on moving the notification listener code into Oslo. blueprint move-listener-framework-oslo Change-Id: Iffd0a5903eb378df004de7b919df249bc053aa81 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
@@ -289,7 +289,7 @@ def deserialize_remote_exception(conf, data):
|
||||
|
||||
# NOTE(ameade): We DO NOT want to allow just any module to be imported, in
|
||||
# order to prevent arbitrary code execution.
|
||||
if not module in conf.allowed_rpc_exception_modules:
|
||||
if module not in conf.allowed_rpc_exception_modules:
|
||||
return RemoteError(name, failure.get('message'), trace)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user