install-guide: fix PyMySQL package name for RDO
Change-Id: Ia5f6bc5206a91b4a8aa9196e10bd5077b0c385fa Implements: blueprint installguide-liberty
This commit is contained in:
parent
374a38f49a
commit
039da33a55
@ -190,7 +190,7 @@ Install and configure Block Storage volume components
|
||||
.. code-block:: console
|
||||
|
||||
# yum install openstack-cinder targetcli python-oslo-db \
|
||||
python-oslo-log PyMySQL
|
||||
python-oslo-log python2-PyMySQL
|
||||
|
||||
.. Temporary workaround for bug:
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1212899
|
||||
|
@ -256,7 +256,7 @@ Install and configure the database server
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install mariadb mariadb-server PyMySQL
|
||||
# yum install mariadb mariadb-server python2-PyMySQL
|
||||
|
||||
.. only:: obs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user