From 967a8d4fe34bea02f448450456f550fd551a1670 Mon Sep 17 00:00:00 2001 From: 00129207 Date: Mon, 17 Jul 2017 17:31:35 +0800 Subject: [PATCH] Remove deprecated parameter command in RunContainer Change-Id: I95afd31191f1104264859e11bcf9a7440af7606a --- zunclient/osc/v1/containers.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zunclient/osc/v1/containers.py b/zunclient/osc/v1/containers.py index 4bccbd87..5f3320d2 100644 --- a/zunclient/osc/v1/containers.py +++ b/zunclient/osc/v1/containers.py @@ -544,10 +544,6 @@ class RunContainer(command.ShowOne): 'image', metavar='', help='name or ID of the image') - parser.add_argument( - '--command', - metavar='', - help='Send command to the container') parser.add_argument( '--cpu', metavar='',