 77e3fbae1a
			
		
	
	77e3fbae1a
	
	
	
		
			
			Looks like the option to show limits of a specific project was missing. This resulted in always using the authenticated project. Change-Id: I512a05df20860ffb52af34f3b64c9eb81dae8c61 Closes-Bug: 1438379
		
			
				
	
	
		
			41 lines
		
	
	
		
			725 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			725 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ======
 | |
| limits
 | |
| ======
 | |
| 
 | |
| The Compute and Volume APIs have resource usage limits.
 | |
| 
 | |
| Compute v2, Volume v1
 | |
| 
 | |
| limits show
 | |
| -----------
 | |
| 
 | |
| Show compute and volume limits
 | |
| 
 | |
| .. program:: limits show
 | |
| .. code:: bash
 | |
| 
 | |
|     os limits show
 | |
|         --absolute [--reserved] | --rate
 | |
|         [--project <project>]
 | |
|         [--domain <domain>]
 | |
| 
 | |
| .. option:: --absolute
 | |
| 
 | |
|     Show absolute limits
 | |
| 
 | |
| .. option:: --rate
 | |
| 
 | |
|     Show rate limits
 | |
| 
 | |
| .. option:: --reserved
 | |
| 
 | |
|     Include reservations count [only valid with :option:`--absolute`]
 | |
| 
 | |
| .. option:: --project <project>
 | |
| 
 | |
|     Show limits for a specific project (name or ID) [only valid with --absolute]
 | |
| 
 | |
| .. option:: --domain <domain>
 | |
| 
 | |
|     Domain that owns --project (name or ID) [only valid with --absolute]
 |