From 83b0e626d7a7e9fa9205b0e50781dafaa69e17f5 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Wed, 5 Oct 2016 22:32:25 +0900 Subject: [PATCH] Fix undisplayed notes in Quick-Start This patch fixes an issue that a few notes are not displayed in Developer Quick-Start document[1]. [1] http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html Change-Id: I29469eb5697f0e99a16580686fb51036a96bcab2 --- doc/source/dev/dev-quickstart.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 4daad342a8..c58b22a0d8 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -247,9 +247,9 @@ Step 1: Create a Python virtualenv pip install python-ironicclient -.. NOTE: You can install python-ironicclient from source by cloning the git - repository and running `pip install .` while in the root of the - cloned repository. + .. note:: You can install python-ironicclient from source by cloning the git + repository and running `pip install .` while in the root of the + cloned repository. #. Export some ENV vars so the client will connect to the local services that you'll start in the next section:: @@ -324,8 +324,8 @@ want to run a MySQL server on it all the time). # If using MySQL, you need to create the initial database mysql -u root -pMYSQL_ROOT_PWD -e "create schema ironic" -.. NOTE: if you choose not to install mysql-server, ironic will default to - using a local sqlite database. + .. note:: if you choose not to install mysql-server, ironic will default to + using a local sqlite database. #. Create a configuration file within the ironic source directory::