Fix the client name typo

the client name should be messaging, not queuing

Change-Id: I46852cb8dc15038d8f1404e9ba5c44ddece19be7
This commit is contained in:
Jeffrey Zhang 2014-10-22 12:21:04 +08:00
parent 4e60be59b2
commit a411bf05f2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CreateQueue(show.ShowOne):
def take_action(self, parsed_args):
self.log.debug("take_action(%s)" % parsed_args)
client = self.app.client_manager.queuing
client = self.app.client_manager.messaging
queue_name = parsed_args.queue_name
data = client.queue(queue_name)