From ce33f5076607e6c97b848c9df9e0121e926cb9ce Mon Sep 17 00:00:00 2001 From: ZhaoBo Date: Mon, 13 Feb 2017 14:18:15 +0800 Subject: [PATCH] Correct the doc link Correct the project install guide link. Also fix warnings when running `tox -e install-guide` Change-Id: Icd71e1ccf3b21f5ef7da13abc8b929a7c000f3a6 --- install-guide/source/common_prerequisites.rst | 6 +++--- install-guide/source/next-steps.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-guide/source/common_prerequisites.rst b/install-guide/source/common_prerequisites.rst index 4ff9eacef..6b33895b8 100644 --- a/install-guide/source/common_prerequisites.rst +++ b/install-guide/source/common_prerequisites.rst @@ -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; diff --git a/install-guide/source/next-steps.rst b/install-guide/source/next-steps.rst index 71e75ed21..f0d520809 100644 --- a/install-guide/source/next-steps.rst +++ b/install-guide/source/next-steps.rst @@ -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 .