Update python-pymysql to python3-pymysql for Ubuntu 20.04
Change-Id: Ibe86bc94ce1a67457e5609ab750ce343308f61dd Closes-Bug: #1902920
This commit is contained in:
parent
5b03eaecc9
commit
dbd8d24b20
@ -27,11 +27,19 @@ Install and configure components
|
|||||||
|
|
||||||
#. Install the packages:
|
#. Install the packages:
|
||||||
|
|
||||||
.. code-block:: console
|
- As of Ubuntu 20.04, install the packages:
|
||||||
|
|
||||||
# apt install mariadb-server python-pymysql
|
.. code-block:: console
|
||||||
|
|
||||||
2. Create and edit the ``/etc/mysql/mariadb.conf.d/99-openstack.cnf`` file
|
# apt install mariadb-server python3-pymysql
|
||||||
|
|
||||||
|
- As of Ubuntu 18.04 or 16.04, install the packages:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# apt install mariadb-server python-pymysql
|
||||||
|
|
||||||
|
#. Create and edit the ``/etc/mysql/mariadb.conf.d/99-openstack.cnf`` file
|
||||||
and complete the following actions:
|
and complete the following actions:
|
||||||
|
|
||||||
- Create a ``[mysqld]`` section, and set the ``bind-address``
|
- Create a ``[mysqld]`` section, and set the ``bind-address``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user