diff options
author | Kerim Gokarslan <kgokarsl@cisco.com> | 2017-09-14 20:17:41 -0700 |
---|---|---|
committer | Kerim Gokarslan <kgokarsl@cisco.com> | 2017-09-15 15:37:27 -0700 |
commit | 836341027030bcb12973cb91f7d1dbdfdb3317d7 (patch) | |
tree | 9065a51213430ef7d8beaa08cb6053b6316815ee /docs/testing/user/userguide | |
parent | 1b0cb25e5fbf4fa6bd618c8d111cf62b872ae2c5 (diff) |
NFVBENCH-27 Search vm image under project folder
Change-Id: I0d9c148e868fbcd665734eb92ac5c182693c3c67
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/server.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/server.rst b/docs/testing/user/userguide/server.rst index ebdd828..f1ab618 100644 --- a/docs/testing/user/userguide/server.rst +++ b/docs/testing/user/userguide/server.rst @@ -170,7 +170,6 @@ The entire default configuration can be viewed using the --show-json-config opti "flow_count": 1, "generic_poll_sec": 2, "generic_retry_count": 100, - "image_name": "nfvbenchvm", "inter_node": false, "internal_networks": { "left": { @@ -304,7 +303,7 @@ The entire default configuration can be viewed using the --show-json-config opti ], "unidir_reverse_traffic_pps": 1, "vlan_tagging": true, - "vm_image_file": "file://172.29.172.152/downloads/nfvbench/nfvbenchvm-latest.qcow2", + "vm_image_file": "/nfvbench/nfvbenchvm-0.3.qcow2", "vts_ncs": { "host": null, "password": "secret", |