Ubuntu mariadb install no longer prompts for pass

Installing Newton RC on Ubuntu 16.04,

apt-get install mariadb-server python-pymysql

no longer results in a prompt to set the root password,
bringing it into line with other distributions.

The install guide contains a reference to the previous behaviour

"Choose a suitable password for the database root account."

which is no longer necessary, and as such this patch removes it.

Change-Id: I46e8e02d7de00b08dff4648fe51a1da10bd053b9
This commit is contained in:
Tom Fifield 2016-09-27 14:29:19 +08:00
parent 5886794a1b
commit c917116457

View File

@ -38,9 +38,7 @@ Install and configure components
.. only:: debian
2. Choose a suitable password for the database ``root`` account.
3. Create and edit the ``/etc/mysql/conf.d/openstack.cnf`` file
2. Create and edit the ``/etc/mysql/conf.d/openstack.cnf`` file
and complete the following actions:
- Create a ``[mysqld]`` section, and set the ``bind-address``