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:
parent
432e38cd88
commit
7db3d7c7d4
@ -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 |
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
+---------------------------+----------------------------+----------+----------------------+
|
||||
+---------------------------+----------------------------+--------------+------------------+
|
||||
| <Deployment UUID> | 2015-01-10 22:00:28.270941 | new-devstack | deploy->finished |
|
||||
+---------------------------+----------------------------+--------------+------------------+
|
||||
Using deployment : <Deployment UUID>
|
||||
|
Loading…
Reference in New Issue
Block a user