Merge "Fix typo of stevedore"
This commit is contained in:
commit
4f91ed3a54
@ -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="""
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user