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:
YogeshRajmane
2016-12-23 12:12:15 +05:30
committed by Yogesh Rajmane
parent e91c77c419
commit 9f157a143e
5 changed files with 21 additions and 8 deletions

View File

@@ -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',