Add oslo.utils and oslo.serialization to requirements

Both are used in the code.

Change-Id: I3ccd62074c9ea476cb8ddd4f3752a1ce52e658a3
This commit is contained in:
Thomas Bechtold
2016-04-21 09:18:38 +02:00
parent 48e76886f3
commit a7ea7ad566

View File

@@ -3,4 +3,6 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0 pbr>=1.6 # Apache-2.0
python-heatclient>=0.8.0 python-heatclient>=0.8.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
# REVISIT: After mitaka release add dependency on released version of python-neutronclient # REVISIT: After mitaka release add dependency on released version of python-neutronclient