Now when using zaqarclient to create a queue with some special meanings words like '#' and '%', then cli will return the queue with the name has created successfully, but in zaqar server side, the name is not as same as the client side. Change-Id: Ia776bb4f7253b1698ec97702e0fc69704b97ed7e Closes-Bug: #1584639
		
			
				
	
	
		
			10 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
fixes:
 | 
						|
  - Fix the creation issue when special meanings words in queue name.
 | 
						|
    When using zaqarclient to create a queue with some special
 | 
						|
    meanings words like "#" and "%", then cli will return the queue
 | 
						|
    with the name has created successfully, but in zaqar server side,
 | 
						|
    the name is not as same as the client side.
 | 
						|
    Add the check for some special meanings words, it will raise error message
 | 
						|
    when using those words in queue name.
 |