This patch changes v3 version API to v2.1 and makes v2 unit tests share between v2 and v2.1. v2.1 API does not support XML format. Unit tests related to XML don't work against v2.1. Partially implements blueprint v2-on-v3-api Change-Id: I7abadb0c9082b9e90a98938967f0e27d1a2fa766
		
			
				
	
	
		
			10 lines
		
	
	
		
			460 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			460 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version='1.0' encoding='UTF-8'?>
 | 
						|
<versions xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0">
 | 
						|
  <version status="CURRENT" updated="2011-01-21T11:33:21Z" id="v2.0">
 | 
						|
    <atom:link href="http://openstack.example.com/v2/" rel="self"/>
 | 
						|
  </version>
 | 
						|
  <version status="EXPERIMENTAL" updated="2013-07-23T11:33:21Z" id="v2.1">
 | 
						|
    <atom:link href="http://openstack.example.com/v2/" rel="self"/>
 | 
						|
  </version>
 | 
						|
</versions>
 |