Create container json file under home directory

The current quickstart guide instructs user to create container.json
under current directory, which is not desired. Better to place
the file to home directory.

Change-Id: Ie357cc81e62d4016f009031114af5debff0dbc3b
Closes-Bug: 1454415
This commit is contained in:
Hongbn Lu 2015-05-12 17:40:44 -04:00
parent 027a0a3cb9
commit 865a544b60
1 changed files with 2 additions and 2 deletions

View File

@ -313,8 +313,8 @@ address 8.8.8.8 four times. ::
$ echo '{"bay_uuid": "eda91c1e-6103-45d4-ab09-3f316310fa8e",
"name": "test-container", "image_id": "cirros",
"command": "ping -c 4 8.8.8.8"}' > container.json
$ magnum container-create < container.json
"command": "ping -c 4 8.8.8.8"}' > ~/container.json
$ magnum container-create < ~/container.json
+------------+----------------------------------------+
| Property | Value |
+------------+----------------------------------------+