Bump oslo.db to 1.12

oslo.db 1.12 now uses the PyMySQL driver for MySQL by default, instead
of MySQL-python. This change is required to replace MySQL-python driver
with PyMySQL in applications. Otherwise, migration tests are skipped.

The following changes require oslo.db 1.12:

* I66b7d6053643e82d9c11af568190d82ffe7f385e (glance)
* I590c26523f4dc8d14c45e61bb89555486629b64d (nova)

Change-Id: Ia9eeaf78ff4dd5831213bbcb8a9f364d0e49bc5e
This commit is contained in:
Victor Stinner 2015-06-25 13:19:04 +02:00
parent 8e04f4a252
commit 3134b0153b

@ -70,7 +70,7 @@ ordereddict
oslo.config>=1.11.0 # Apache-2.0
oslo.concurrency>=2.1.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.db>=1.10.0 # Apache-2.0
oslo.db>=1.12.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.2.0 # Apache-2.0
oslo.messaging>=1.8.0,!=1.12.0 # Apache-2.0