 e3cb5a4129
			
		
	
	e3cb5a4129
	
	
	
		
			
			Previously sample JSON files are placed in the top directory of api-ref, but they belong to v2 API, so it sounds reasonable to place them in v2 directory. Preparation of API-ref cleanup. Part of blueprint neutron-in-tree-api-ref Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
		
			
				
	
	
		
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "subnetpool": {
 | |
|         "name": "my-new-subnetpool-name",
 | |
|         "prefixes": [
 | |
|             "2001:db8::/64",
 | |
|             "2001:db8:0:1::/64",
 | |
|             "2001:db8:0:2::/64"
 | |
|         ],
 | |
|         "min_prefixlen": 64,
 | |
|         "default_prefixlen": 64,
 | |
|         "max_prefixlen": 64
 | |
|     }
 | |
| }
 |