Fix typo in coordination.py

TrivialFix

Change-Id: I07af7a959f5a216ae66b0e0ba9437336198a9c87
This commit is contained in:
zhangyanxian 2016-09-28 01:55:50 +00:00 committed by mark mcclain
parent 59e25b504d
commit b626edaaad
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,