help=_("N1K default policy profile")),
cfg.StrOpt('network_node_policy_profile', default='dhcp_pp',
help=_("N1K policy profile for network node")),
- cfg.StrOpt('poll_duration', default='10',
+ cfg.IntOpt('poll_duration', default=10,
help=_("N1K Policy profile polling duration in seconds")),
+ cfg.IntOpt('http_pool_size', default=4,
+ help=_("Number of threads to use to make HTTP requests")),
]
cfg.CONF.register_opts(cisco_opts, "CISCO")