Merge "Fix typo in coordination.py"

This commit is contained in:
Jenkins 2016-10-05 14:12:34 +00:00 committed by Gerrit Code Review
commit 94057c01e7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ COORD_OPTS = [
'disabled for astara-orchestrator node environments.')),
cfg.StrOpt('url',
default='memcached://localhost:11211',
help=_('URL of suppoted coordination service')),
help=_('URL of supported coordination service')),
cfg.StrOpt('group_id', default='astara.orchestrator',
help=_('ID of coordination group to join.')),
cfg.IntOpt('heartbeat_interval', default=1,