From 83919984f17d19eaaf5c068efb2cf44cecf5dc54 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Fri, 12 Oct 2012 23:45:40 +0100 Subject: [PATCH] Ensure moniker's exceptions are re-raised over RPC --- etc/moniker-agent-bind9.conf.sample | 3 +++ etc/moniker-api.conf.sample | 3 +++ etc/moniker-central.conf.sample | 3 +++ 3 files changed, 9 insertions(+) diff --git a/etc/moniker-agent-bind9.conf.sample b/etc/moniker-agent-bind9.conf.sample index d690246ee..ca08baa61 100644 --- a/etc/moniker-agent-bind9.conf.sample +++ b/etc/moniker-agent-bind9.conf.sample @@ -16,3 +16,6 @@ state_path = ./var/ # templates_path = ./templates/ + +# +allowed_rpc_exception_modules = moniker.exceptions, moniker.openstack.common.exception diff --git a/etc/moniker-api.conf.sample b/etc/moniker-api.conf.sample index 91cce7e9c..3de866c4d 100644 --- a/etc/moniker-api.conf.sample +++ b/etc/moniker-api.conf.sample @@ -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 diff --git a/etc/moniker-central.conf.sample b/etc/moniker-central.conf.sample index 14a817228..ee0808571 100644 --- a/etc/moniker-central.conf.sample +++ b/etc/moniker-central.conf.sample @@ -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