From 3134b0153be35d00b1096352325253152cdf4635 Mon Sep 17 00:00:00 2001 From: Victor Stinner <vstinner@redhat.com> Date: Thu, 25 Jun 2015 13:19:04 +0200 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index b0b95689db..225f149e9f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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