Merge "Fix typo of stevedore"

This commit is contained in:
Jenkins 2016-09-13 23:26:51 +00:00 committed by Gerrit Code Review
commit 4f91ed3a54
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Possible values
* 'console' (default) or any string representing topic exchange name.
"""),
# TODO(pumaranikar): Move this config to stevedoor plugin system.
# TODO(pumaranikar): Move this config to stevedore plugin system.
cfg.StrOpt('console_driver',
default='nova.console.xvp.XVPConsoleProxy',
help="""

View File

@ -226,7 +226,7 @@ Possible values:
"""),
# TODO(pumaranikar): Add a new config to select between the db_driver and
# the no_op driver using stevedoor.
# the no_op driver using stevedore.
cfg.StrOpt('quota_driver',
default='nova.quota.DbQuotaDriver',
deprecated_for_removal=True,