~xianghui/ubuntu/trusty/oslo.messaging/icehouse-lp1521958

« back to all changes in this revision

Viewing changes to oslo/messaging/_drivers/matchmaker.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-27 13:01:34 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140327130134-va1pxzs253r43n15
Tags: 1.3.0~a9-0ubuntu1
* New upstream release (LP: #1298970)
* debian/control:
  - Add python-oslotest as a build dependency.
  - Use python-oslosphinx instead of python-oslo.sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
matchmaker_opts = [
31
31
    cfg.IntOpt('matchmaker_heartbeat_freq',
32
32
               default=300,
33
 
               help='Heartbeat frequency'),
 
33
               help='Heartbeat frequency.'),
34
34
    cfg.IntOpt('matchmaker_heartbeat_ttl',
35
35
               default=600,
36
36
               help='Heartbeat time-to-live.'),