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:
parent
714fe5afc9
commit
ce33f50766
@ -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;
|
||||
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user