Ensure moniker's exceptions are re-raised over RPC

This commit is contained in:
Kiall Mac Innes 2012-10-12 23:45:40 +01:00
parent a4398a80c3
commit 83919984f1
3 changed files with 9 additions and 0 deletions

View File

@ -16,3 +16,6 @@ state_path = ./var/
#
templates_path = ./templates/
#
allowed_rpc_exception_modules = moniker.exceptions, moniker.openstack.common.exception

View File

@ -17,6 +17,9 @@ logging_context_format_string = %(asctime)s %(levelname)s %(name)s [%(request_id
#
control_exchange = moniker
#
allowed_rpc_exception_modules = moniker.exceptions, moniker.openstack.common.exception
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357

View File

@ -16,3 +16,6 @@ logging_context_format_string = %(asctime)s %(levelname)s %(name)s [%(request_id
#
control_exchange = moniker
#
allowed_rpc_exception_modules = moniker.exceptions, moniker.openstack.common.exception