Fix functional test doc

The commands to run functional test referred in the
doc are not correct.

Change "rally deployment create --from-env" to
"rally deployment create --fromenv" to make it work.

Change-Id: Ibf77ad12d3f4f5416c640cd5096593e931d67a50
This commit is contained in:
Li Ma 2014-11-29 22:33:43 -08:00
parent fa9f933231
commit 1db9ced215

View File

@ -54,7 +54,7 @@ Fuctional tests use Rally API only and check responses without touching internal
To run functional tests locally::
$ source openrc
$ rally deployment create --from-env --name testing
$ rally deployment create --fromenv --name testing
$ tox -e cli
#NOTE: openrc file with OpenStack admin credentials