Update the default version of Neutron API
Default value of Neutron API should be 2.0 in neutronclient. Closes-Bug: #1544134 Change-Id: I241c067c33c992da53f30e974ffca3edb466811d
This commit is contained in:
		@@ -46,7 +46,7 @@ CEILOMETER_CLIENT_OPTS = [
 | 
			
		||||
 | 
			
		||||
NEUTRON_CLIENT_OPTS = [
 | 
			
		||||
    cfg.StrOpt('api_version',
 | 
			
		||||
               default='2',
 | 
			
		||||
               default='2.0',
 | 
			
		||||
               help=_('Version of Neutron API to use in neutronclient.'))]
 | 
			
		||||
 | 
			
		||||
cfg.CONF.register_opts(NOVA_CLIENT_OPTS, group='nova_client')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user