Refactor to use oslo.log library
Convert to use oslo.log library. This is needed because of a recent commit to nova that moves all of nova to use oslo.log. Change-Id: Ied76e5184134759a450982e23aaa0167d42ca7d7changes/45/158345/1
parent
7bdd6ebee5
commit
eac2203bdb
@ -1,7 +1,8 @@
|
||||
pbr>=0.5.21,<1.0
|
||||
Babel>=1.3
|
||||
six>=1.7.0
|
||||
oslo.config>=1.4.0 # Apache-2.0
|
||||
oslo.log>=0.1.0 # Apache-2.0
|
||||
oslo.serialization>=1.0.0 # Apache-2.0
|
||||
oslo.utils>=1.0.0 # Apache-2.0
|
||||
oslo.config>=1.4.0 # Apache-2.0
|
||||
taskflow>=0.6
|
Loading…
Reference in New Issue