Fix texts in docs

Docs has typos in examples for openrc file and bad delimiter for command output.

Change-Id: I12df331179f57877cd0105adf456a90ef59f527b
This commit is contained in:
Alexander Gubanov 2015-03-11 15:57:06 +02:00
parent 432e38cd88
commit 7db3d7c7d4
3 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ First, you have to provide Rally with an Openstack deployment it is going to ben
.. code-block:: none .. code-block:: none
$ . opernc admin admin $ . openrc admin admin
$ rally deployment create --fromenv --name=existing $ rally deployment create --fromenv --name=existing
+--------------------------------------+----------------------------+------------+------------------+--------+ +--------------------------------------+----------------------------+------------+------------------+--------+
| uuid | created_at | name | status | active | | uuid | created_at | name | status | active |

View File

@ -22,7 +22,7 @@ Rally is an awesome tool that allows you to work with multiple clouds and can it
.. code-block:: none .. code-block:: none
$ . opernc admin admin # openrc with correct credentials $ . openrc admin admin # openrc with correct credentials
$ rally deployment create --fromenv --name=cloud-1 $ rally deployment create --fromenv --name=cloud-1
+--------------------------------------+----------------------------+------------+------------------+--------+ +--------------------------------------+----------------------------+------------+------------------+--------+
| uuid | created_at | name | status | active | | 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 ~/.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 $ rally deployment create --fromenv --name=cloud-2
+--------------------------------------+----------------------------+------------+------------------+--------+ +--------------------------------------+----------------------------+------------+------------------+--------+
| uuid | created_at | name | status | active | | uuid | created_at | name | status | active |

View File

@ -35,9 +35,9 @@ You can try to deploy OpenStack in your Virtual Machine using this script. Edit
.. code-block:: none .. code-block:: none
$ rally deployment create --file=samples/deployments/devstack-in-existing-servers.json.json --name=new-devstack $ rally deployment create --file=samples/deployments/devstack-in-existing-servers.json.json --name=new-devstack
+---------------------------+----------------------------+----------+----------------------+ +---------------------------+----------------------------+--------------+------------------+
| uuid | created_at | name | status | | uuid | created_at | name | status |
+---------------------------+----------------------------+----------+----------------------+ +---------------------------+----------------------------+--------------+------------------+
| <Deployment UUID> | 2015-01-10 22:00:28.270941 | new-devstack | deploy->finished | | <Deployment UUID> | 2015-01-10 22:00:28.270941 | new-devstack | deploy->finished |
+---------------------------+----------------------------+--------------+------------------+ +---------------------------+----------------------------+--------------+------------------+
Using deployment : <Deployment UUID> Using deployment : <Deployment UUID>