Merge "Fix database grant instructions in install guide"

This commit is contained in:
Jenkins 2017-06-02 14:59:11 +00:00 committed by Gerrit Code Review
commit 990b846a0b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ service, you must create a database, service credentials, and API endpoints.
.. code-block:: console
GRANT ALL PRIVILEGES ON magnum.* TO 'magnum'@'controller' \
GRANT ALL PRIVILEGES ON magnum.* TO 'magnum'@'localhost' \
IDENTIFIED BY 'MAGNUM_DBPASS';
GRANT ALL PRIVILEGES ON magnum.* TO 'magnum'@'%' \
IDENTIFIED BY 'MAGNUM_DBPASS';