Allow configuring hostname when creating a new server or updating or rebuilding an existing server. Change-Id: Ibe603eab78bbbec43605f56de62a20493b6aa93d Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Depends-On: https://review.opendev.org/c/openstack/python-novaclient/+/806917
		
			
				
	
	
		
			9 lines
		
	
	
		
			368 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			368 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
features:
 | 
						|
  - |
 | 
						|
    The ``server create``, ``server set`` and ``server rebuild`` commands now
 | 
						|
    accept an optional ``--hostname HOSTNAME`` option. This can be used to
 | 
						|
    configure the hostname stored in the metadata service and/or config drive.
 | 
						|
    Utilities such as ``cloud-init`` can then consume this information to set
 | 
						|
    the hostname within the guest OS.
 |