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 .