diff --git a/glance/cmd/replicator.py b/glance/cmd/replicator.py index 771f9ad6b2..5394c975ff 100644 --- a/glance/cmd/replicator.py +++ b/glance/cmd/replicator.py @@ -76,9 +76,11 @@ cli_opts = [ "one. This is the token used for the target system.")), cfg.StrOpt('command', positional=True, + required=False, help="Command to be given to replicator"), cfg.MultiStrOpt('args', positional=True, + required=False, help="Arguments for the command"), ]