From 2aee31cf96416b7a034a0b978d9b1151587e6bd0 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Fri, 4 Dec 2015 16:18:54 -0500 Subject: [PATCH] Delete CLI for CheckQueueExistence which is <=v1.1 only CheckQueueExistence can't be executed against API v2, so there shouldn't be a CLI command for it Change-Id: I69e76c3761fd175d85c3ab038e44a360b697bf71 --- zaqarclient/queues/v2/cli.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zaqarclient/queues/v2/cli.py b/zaqarclient/queues/v2/cli.py index e1d8c528..b2cfae70 100644 --- a/zaqarclient/queues/v2/cli.py +++ b/zaqarclient/queues/v2/cli.py @@ -30,11 +30,6 @@ class ListQueues(cli.ListQueues): pass -class CheckQueueExistence(cli.CheckQueueExistence): - """Check queue existence""" - pass - - class SetQueueMetadata(cli.SetQueueMetadata): """Set queue metadata""" pass