From 7db3d7c7d40b4abff40d9b3d74f684b850181140 Mon Sep 17 00:00:00 2001 From: Alexander Gubanov Date: Wed, 11 Mar 2015 15:57:06 +0200 Subject: [PATCH] Fix texts in docs Docs has typos in examples for openrc file and bad delimiter for command output. Change-Id: I12df331179f57877cd0105adf456a90ef59f527b --- ...ep_1_setting_up_env_and_running_benchmark_from_samples.rst | 2 +- .../tutorial/step_5_working_with_multple_openstack_clouds.rst | 4 ++-- doc/source/tutorial/step_7_deploying_openstack.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/tutorial/step_1_setting_up_env_and_running_benchmark_from_samples.rst b/doc/source/tutorial/step_1_setting_up_env_and_running_benchmark_from_samples.rst index 1af9fe6582..91c58ecf2e 100644 --- a/doc/source/tutorial/step_1_setting_up_env_and_running_benchmark_from_samples.rst +++ b/doc/source/tutorial/step_1_setting_up_env_and_running_benchmark_from_samples.rst @@ -30,7 +30,7 @@ First, you have to provide Rally with an Openstack deployment it is going to ben .. code-block:: none - $ . opernc admin admin + $ . openrc admin admin $ rally deployment create --fromenv --name=existing +--------------------------------------+----------------------------+------------+------------------+--------+ | uuid | created_at | name | status | active | diff --git a/doc/source/tutorial/step_5_working_with_multple_openstack_clouds.rst b/doc/source/tutorial/step_5_working_with_multple_openstack_clouds.rst index a050570f79..19fe3b704e 100644 --- a/doc/source/tutorial/step_5_working_with_multple_openstack_clouds.rst +++ b/doc/source/tutorial/step_5_working_with_multple_openstack_clouds.rst @@ -22,7 +22,7 @@ Rally is an awesome tool that allows you to work with multiple clouds and can it .. code-block:: none - $ . opernc admin admin # openrc with correct credentials + $ . openrc admin admin # openrc with correct credentials $ rally deployment create --fromenv --name=cloud-1 +--------------------------------------+----------------------------+------------+------------------+--------+ | uuid | created_at | name | status | active | @@ -33,7 +33,7 @@ Rally is an awesome tool that allows you to work with multiple clouds and can it ~/.rally/openrc was updated ... - $ . bad_opernc admin admin # openrc with wrong credentials + $ . bad_openrc admin admin # openrc with wrong credentials $ rally deployment create --fromenv --name=cloud-2 +--------------------------------------+----------------------------+------------+------------------+--------+ | uuid | created_at | name | status | active | diff --git a/doc/source/tutorial/step_7_deploying_openstack.rst b/doc/source/tutorial/step_7_deploying_openstack.rst index 5d7ad6146f..06bc7cdff4 100644 --- a/doc/source/tutorial/step_7_deploying_openstack.rst +++ b/doc/source/tutorial/step_7_deploying_openstack.rst @@ -35,9 +35,9 @@ You can try to deploy OpenStack in your Virtual Machine using this script. Edit .. code-block:: none $ rally deployment create --file=samples/deployments/devstack-in-existing-servers.json.json --name=new-devstack - +---------------------------+----------------------------+----------+----------------------+ + +---------------------------+----------------------------+--------------+------------------+ | uuid | created_at | name | status | - +---------------------------+----------------------------+----------+----------------------+ + +---------------------------+----------------------------+--------------+------------------+ | | 2015-01-10 22:00:28.270941 | new-devstack | deploy->finished | +---------------------------+----------------------------+--------------+------------------+ Using deployment :