Merge "Fix spare_pool_enabled option type"

This commit is contained in:
Zuul 2019-09-20 00:20:25 +00:00 committed by Gerrit Code Review
commit 01f4632917
1 changed files with 4 additions and 4 deletions

View File

@ -209,10 +209,10 @@ LBFeatureEnabledGroup = [
default="TCP",
help="The type of L4 Protocol which is supported with the "
"provider driver."),
cfg.StrOpt('spare_pool_enabled',
default=False,
help="Wether spare pool is available with amphora provider "
"driver or not."),
cfg.BoolOpt('spare_pool_enabled',
default=False,
help="Wether spare pool is available with amphora provider "
"driver or not."),
cfg.BoolOpt('session_persistence_enabled',
default=True,
help="Whether session persistence is supported with the "