Removes occurences of the personality extension from the V3 API samples as the extension has been removed. Cleanup of consistency of image and flavor ref examples for the api samples. DocImpact Partially implements blueprint v3-api-remove-extensions Change-Id: I43a34097904d3d7e280039c3d5d76479a49e92d0
		
			
				
	
	
		
			7 lines
		
	
	
		
			349 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			349 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
 | 
						|
  <metadata>
 | 
						|
    <meta key="My Server Name">Apache1</meta>
 | 
						|
  </metadata>
 | 
						|
</server>
 |