Bump oslo.log for critical nova regression
Once Nova switched over to oslo.log, we realized that "instance" objects were printed wrong in the nova logs. Essentially instead of just the uuid, the entire __repr__ of the instance object was printed in the logs, making them unreadable. This was fixed in I2d1b09015bead2012327f973f45f3f6728160c69 and oslo.log 0.4.0 was released. Related-Bug: #1426544 Change-Id: I982b165ed64494a14dcd6b2e78d3f43a3f75aa53
This commit is contained in:
parent
092e9f80da
commit
6f08ccf8b9
@ -63,7 +63,7 @@ oslo.concurrency>=1.4.1 # Apache-2.0
|
||||
oslo.context>=0.1.0 # Apache-2.0
|
||||
oslo.db>=1.4.1 # Apache-2.0
|
||||
oslo.i18n>=1.3.0 # Apache-2.0
|
||||
oslo.log>=0.1.0 # Apache-2.0
|
||||
oslo.log>=0.4.0 # Apache-2.0
|
||||
oslo.messaging>=1.6.0 # Apache-2.0
|
||||
oslo.middleware>=0.3.0 # Apache-2.0
|
||||
oslo.rootwrap>=1.5.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user