List PyMySQL first in installation docs

It's by far the most tested driver with oslo.db so it makes sense
to have it first in the list of driver options.

Mostly this is just to have a change to merge so the reno jobs get
run again though.

Change-Id: I5a9a05b6c3e3008cb1dfefc2df397003c2cbc7fd
This commit is contained in:
Ben Nemec 2018-04-24 14:19:09 +00:00
parent 2a5251c52d
commit e45ffc9bf4
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ At the command line::
You will also need to install at least one SQL backend::
$ pip install psycopg2
$ pip install PyMySQL
Or::
$ pip install PyMySQL
$ pip install psycopg2
Or::