Add kombu driver library to requirements.txt
The RabbitMQ driver is the default driver for oslo.messaging, so it makes some sense to require this by default. This is consistent with the way e.g. Nova has always required kombu. Change-Id: Ibcab58e3f3edce794b571cfabc0a5bcf96c9b47e Closes-Bug: #1288425
This commit is contained in:
		 Clint Byrum
					Clint Byrum
				
			
				
					committed by
					
						 Mark McLoughlin
						Mark McLoughlin
					
				
			
			
				
	
			
			
			 Mark McLoughlin
						Mark McLoughlin
					
				
			
						parent
						
							33ef68c530
						
					
				
				
					commit
					52bc704b6e
				
			| @@ -17,3 +17,6 @@ Babel>=1.3 | ||||
|  | ||||
| # for the routing notifier | ||||
| PyYAML>=3.1.0 | ||||
|  | ||||
| # rabbit driver is the default | ||||
| kombu>=2.4.8 | ||||
|   | ||||
| @@ -11,9 +11,6 @@ testscenarios>=0.4 | ||||
| testtools>=0.9.34 | ||||
| oslotest | ||||
|  | ||||
| # for test_rabbit | ||||
| kombu>=2.4.8 | ||||
|  | ||||
| # when we can require tox>= 1.4, this can go into tox.ini: | ||||
| #  [testenv:cover] | ||||
| #  deps = {[testenv]deps} coverage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user