cap oslo.messaging to 3.0.0

oslo.messaging made a few changes to notifier
in 3.0.1 that will require change to simulator,
Also installing oslo.messaging will get
3.0.1, which fails the simulator,
so adding a version cap of 3.0.0 to continue
working until a fix is released.

see: https://bugs.launchpad.net/oslo.messaging/+bug/1526037
see: https://review.openstack.org/#/c/254604/

The above patch is needed in a release to make
our simulator work with corresponding changes.

Change-Id: I94f34e2a58e0f3e69c27ec67056b6eab9f5f1397
This commit is contained in:
Rohit Jaiswal 2015-12-14 11:53:05 -08:00
parent fa60f57e9c
commit e76d6376bb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ This is a message generator simulator cloned from oslo.messaging
3. Install oslo.message
```
pip install oslo.messaging
pip install oslo.messaging==3.0.0
```
4. Run the simulator