Merge "Fix zun command in zun-guide"

This commit is contained in:
Jenkins 2017-07-27 03:13:59 +00:00 committed by Gerrit Code Review
commit 54d87795d8

View File

@ -66,7 +66,7 @@ Create zun container.
::
$ zun create --name test cirros "ping -c 4 8.8.8.8"
$ zun create --name test cirros ping -c4 8.8.8.8
Verify container is created.