Nova added support using 'auto' and 'none' as network parameters since microversion 2.37: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/rest_api_version_history.rst#n389 we should also add support for this in OSC. Change-Id: I6e5f616dfa48895ebd13144effe9fda7cb94c649 Closes-bug: #1651288
		
			
				
	
	
		
			10 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
features:
 | 
						|
  - |
 | 
						|
    Added ``auto`` and ``none`` as values for ``--nic`` to
 | 
						|
    the``server create`` command. Specifying ``none`` will not
 | 
						|
    attach a network to the server. Specifying ``auto``
 | 
						|
    will automatically attach a network. Note, v2.37 (or newer)
 | 
						|
    of the Compute API is required for these options.
 | 
						|
    [Bug `1650342 <https://bugs.launchpad.net/bugs/1650342>`_]
 |