[Install Guide] Update console text
Update mysql prompts to Mariadb. Update 'openstack user create' output. Change-Id: Ie11c3fa3450d73243ccec0b82c2e100be80b1eb8
This commit is contained in:
parent
018d564d21
commit
3125322991
@ -46,7 +46,7 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
mysql> CREATE DATABASE cinder;
|
||||
MariaDB [(none)]> CREATE DATABASE cinder;
|
||||
|
||||
.. end
|
||||
|
||||
@ -54,9 +54,9 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
mysql> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \
|
||||
MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \
|
||||
IDENTIFIED BY 'CINDER_DBPASS';
|
||||
mysql> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'%' \
|
||||
MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'%' \
|
||||
IDENTIFIED BY 'CINDER_DBPASS';
|
||||
|
||||
.. end
|
||||
@ -89,12 +89,12 @@ must create a database, service credentials, and API endpoints.
|
||||
+---------------------+----------------------------------+
|
||||
| domain_id | default |
|
||||
| enabled | True |
|
||||
| id | 0dbcdd0968dd4c948eacf9eb60d82b46 |
|
||||
| id | 9d7e33de3e1a498390353819bc7d245d |
|
||||
| name | cinder |
|
||||
| options | {} |
|
||||
| password_expires_at | None |
|
||||
+---------------------+----------------------------------+
|
||||
|
||||
|
||||
.. end
|
||||
|
||||
* Add the ``admin`` role to the ``cinder`` user:
|
||||
|
Loading…
Reference in New Issue
Block a user