Update quick_start step_1

Change-Id: I80ced038e9f0f159d1e9073a41178487e3f3c44f
This commit is contained in:
chenpengzi 2018-01-22 13:37:35 +08:00
parent f8f975a6d3
commit 0195064a10

View File

@ -77,7 +77,7 @@ deployment is healthy and ready to be tested:
$ rally deployment check
keystone endpoints are valid and following services are available:
+----------+----------------+-----------+
| services | type | status |
| Service | Service Type | Status |
+----------+----------------+-----------+
| cinder | volume | Available |
| cinderv2 | volumev2 | Available |
@ -189,8 +189,11 @@ To start a task, run the ``task start`` command (you can also add the
* To plot HTML graphics with this data, run:
rally task report 6fd9a19f-5cf8-4f76-ab72-2e34bb1d4996 --out output.html
* To generate a JUnit report, run:
rally task export 6fd9a19f-5cf8-4f76-ab72-2e34bb1d4996 --type junit --to output.xml
* To get raw JSON output of task results, run:
rally task results 6fd9a19f-5cf8-4f76-ab72-2e34bb1d4996
rally task report 6fd9a19f-5cf8-4f76-ab72-2e34bb1d4996 --json --out output.json
Using task: 6fd9a19f-5cf8-4f76-ab72-2e34bb1d4996