From 3c38224f3e3925951337e09bd6a899f2f0f73e87 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 7 Jun 2023 16:38:07 +0100 Subject: [PATCH] docs: Correct indentation in quickstart Where a list item has multiple paragraphs, the additional paragraphs must be indented by three spaces (i.e. the level of the first paragraph) to be considered part of the list item. Change-Id: I34fd1dcb52cffd9d545d10526109772aeebc2393 Signed-off-by: Stephen Finucane --- doc/source/user/quickstart.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index 2cc9e24269..d8eaddc958 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -288,21 +288,21 @@ accordingly. #. Bootstrap servers with kolla deploy dependencies: - .. code-block:: console + .. code-block:: console - kolla-ansible -i ./all-in-one bootstrap-servers + kolla-ansible -i ./all-in-one bootstrap-servers #. Do pre-deployment checks for hosts: - .. code-block:: console + .. code-block:: console - kolla-ansible -i ./all-in-one prechecks + kolla-ansible -i ./all-in-one prechecks #. Finally proceed to actual OpenStack deployment: - .. code-block:: console + .. code-block:: console - kolla-ansible -i ./all-in-one deploy + kolla-ansible -i ./all-in-one deploy When this playbook finishes, OpenStack should be up, running and functional! If error occurs during execution, refer to @@ -320,13 +320,15 @@ Using OpenStack #. OpenStack requires a ``clouds.yaml`` file where credentials for the admin user are set. To generate this file: - .. code-block:: console + .. code-block:: console - kolla-ansible post-deploy + kolla-ansible post-deploy - * The file will be generated in /etc/kolla/clouds.yaml, you can use it by - copying it to /etc/openstack or ~/.config/openstack or setting - OS_CLIENT_CONFIG_FILE environment variable. + .. note:: + + The file will be generated in ``/etc/kolla/clouds.yaml``, you can use it + by copying it to ``/etc/openstack`` or ``~/.config/openstack``, or by + setting the ``OS_CLIENT_CONFIG_FILE`` environment variable. #. Depending on how you installed Kolla Ansible, there is a script that will create example networks, images, and so on.