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
This commit is contained in:
Ryan S. Brown
2015-12-04 16:18:54 -05:00
parent 176658c802
commit 2aee31cf96

View File

@@ -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