Increase the default poll duration for Cisco n1kv
Increase the poll duration for Cisco N1Kv, from 10s to 60s and also clean up the /etc/neutron/plugins/cisco/cisco_plugins.ini file. The current poll duration of 10s causes that VSM to unnecessarily taking frequent CPU cycles, resulting in the failure of other tasks in scale configurations. Closes-Bug: 1357030 Change-Id: I95747f35bae5b7157391c1698c0fe84d2126aa10
This commit is contained in:
		@@ -76,7 +76,7 @@ cisco_n1k_opts = [
 | 
			
		||||
               help=_("N1K default policy profile")),
 | 
			
		||||
    cfg.StrOpt('network_node_policy_profile', default='dhcp_pp',
 | 
			
		||||
               help=_("N1K policy profile for network node")),
 | 
			
		||||
    cfg.IntOpt('poll_duration', default=10,
 | 
			
		||||
    cfg.IntOpt('poll_duration', default=60,
 | 
			
		||||
               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")),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user