Fix two mistakes of method description

Fix two mistakes of method description in processor.py

Change-Id: I3434665b6d458937295b0563ea0cd0ee6aebaca1
This commit is contained in:
guotao 2018-01-23 09:24:50 +08:00 committed by Martin CAMEY
parent 2db75a1f01
commit 90f4c06cd4
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ def main():
service.prepare_service()
# NOTE(mc): This import is done here to ensure that the prepare_service()
# fonction is called before any cfg option. By importing the orchestrator
# file, the utils one is imported too, and then some cfg option are read
# function is called before any cfg option. By importing the orchestrator
# file, the utils one is imported too, and then some cfg options are read
# before the prepare_service(), making cfg.CONF returning default values
# systematically.
from cloudkitty import orchestrator