Correct the doc link

Correct the project install guide link.
Also fix warnings when running `tox -e install-guide`

Change-Id: Icd71e1ccf3b21f5ef7da13abc8b929a7c000f3a6
This commit is contained in:
ZhaoBo 2017-02-13 14:18:15 +08:00 committed by Jeremy Liu
parent 714fe5afc9
commit ce33f50766
2 changed files with 4 additions and 4 deletions

View File

@ -15,13 +15,13 @@ you must create a database, service credentials, and API endpoints.
* Create the ``barbican`` database:
.. code-block:: mysql
.. code-block:: console
CREATE DATABASE barbican;
* Grant proper access to the ``barbican`` database:
.. code-block:: mysql
.. code-block:: console
GRANT ALL PRIVILEGES ON barbican.* TO 'barbican'@'localhost' \
IDENTIFIED BY 'BARBICAN_DBPASS';
@ -32,7 +32,7 @@ you must create a database, service credentials, and API endpoints.
* Exit the database access client.
.. code-block:: mysql
.. code-block:: console
exit;

View File

@ -6,5 +6,5 @@ Next steps
Your OpenStack environment now includes the barbican service.
To add additional services, see
docs.openstack.org/draft/install-guides/index.html .
docs.openstack.org/project-install-guide/draft/index.html .