NFP - Added support for user config with big data
Added code to support user config template with more than 100 firewall rules. Change-Id: Ib77bd8ea1899944275d547ea9ae74530aa5c45f7 Closes-bug: 1652045
This commit is contained in:
committed by
Yogesh Rajmane
parent
e91c77c419
commit
9f157a143e
@@ -54,7 +54,7 @@ HEAT_DRIVER_OPTS = [
|
||||
help=_("Heat API server address to instantiate services "
|
||||
"specified in the service chain.")),
|
||||
cfg.IntOpt('stack_action_wait_time',
|
||||
default=120,
|
||||
default=nfp_constants.STACK_ACTION_WAIT_TIME,
|
||||
help=_("Seconds to wait for pending stack operation "
|
||||
"to complete")),
|
||||
cfg.BoolOpt('is_service_admin_owned',
|
||||
|
||||
Reference in New Issue
Block a user