[Install Guide] Update console text

Update mysql prompts to Mariadb.
Update 'openstack user create' output.

Change-Id: Ie11c3fa3450d73243ccec0b82c2e100be80b1eb8
This commit is contained in:
Brian Moss 2017-02-10 17:08:57 +10:00
parent 018d564d21
commit 3125322991

View File

@ -46,7 +46,7 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console .. code-block:: console
mysql> CREATE DATABASE cinder; MariaDB [(none)]> CREATE DATABASE cinder;
.. end .. end
@ -54,9 +54,9 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console .. 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'; 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'; IDENTIFIED BY 'CINDER_DBPASS';
.. end .. end
@ -89,12 +89,12 @@ must create a database, service credentials, and API endpoints.
+---------------------+----------------------------------+ +---------------------+----------------------------------+
| domain_id | default | | domain_id | default |
| enabled | True | | enabled | True |
| id | 0dbcdd0968dd4c948eacf9eb60d82b46 | | id | 9d7e33de3e1a498390353819bc7d245d |
| name | cinder | | name | cinder |
| options | {} |
| password_expires_at | None | | password_expires_at | None |
+---------------------+----------------------------------+ +---------------------+----------------------------------+
.. end .. end
* Add the ``admin`` role to the ``cinder`` user: * Add the ``admin`` role to the ``cinder`` user: