From 8932e4c07e0d3292fe44c19a3bdeefcce68e4bc1 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 31 May 2022 09:15:54 +0200 Subject: create image: --client-ip option is required --client-ip option is required when parsing a 'create image' command, it is the only client selection option for 'create image' command. --- cli/objects/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/objects/images.py b/cli/objects/images.py index 89d57c2..577b648 100644 --- a/cli/objects/images.py +++ b/cli/objects/images.py @@ -126,7 +126,7 @@ class OgImage(): group.add_argument('--client-ip', action='append', default=[], - required=False, + required=True, help='Specific client IP') parsed_args = parser.parse_args(args) -- cgit v1.2.3-18-g5258