diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-12 22:20:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-12 22:20:36 +0000 |
| commit | 8b33690375dd59d67ca30a855abf3b087971f70d (patch) | |
| tree | ba4c2d8f377fddf1a208e483c6768f8917dfbc2a /openstack/common/rpc/__init__.py | |
| parent | dee31e4510b5cea39616d35dac3b0d24f93c1bfb (diff) | |
| parent | 4bfe5a40a523df45dffc128de2f263eedb51c2e8 (diff) | |
| download | oslo-8b33690375dd59d67ca30a855abf3b087971f70d.tar.gz oslo-8b33690375dd59d67ca30a855abf3b087971f70d.tar.xz oslo-8b33690375dd59d67ca30a855abf3b087971f70d.zip | |
Merge "Add impl_zmq to rpc."
Diffstat (limited to 'openstack/common/rpc/__init__.py')
| -rw-r--r-- | openstack/common/rpc/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack/common/rpc/__init__.py b/openstack/common/rpc/__init__.py index 116aa84..26bd048 100644 --- a/openstack/common/rpc/__init__.py +++ b/openstack/common/rpc/__init__.py @@ -42,6 +42,10 @@ rpc_opts = [ cfg.IntOpt('rpc_response_timeout', default=60, help='Seconds to wait for a response from call or multicall'), + cfg.IntOpt('rpc_cast_timeout', + default=30, + help='Seconds to wait before a cast expires (TTL). ' + 'Only supported by impl_zmq.'), cfg.ListOpt('allowed_rpc_exception_modules', default=['openstack.common.exception', 'nova.exception'], help='Modules of exceptions that are permitted to be recreated' |
