Merge "NFVBENCH-25 Send run results to fluentd"
[nfvbench.git] / nfvbench / nfvbench.py
index cee54f0..920838a 100644 (file)
@@ -295,9 +295,6 @@ def parse_opts_from_cli():
                         action='store',
                         help='Traffic generator profile to use')
 
-    parser.add_argument('-i', '--image', dest='image_name',
-                        action='store',
-                        help='VM image name to use')
 
     parser.add_argument('-0', '--no-traffic', dest='no_traffic',
                         default=None,