Fix the client name typo
the client name should be messaging, not queuing Change-Id: I46852cb8dc15038d8f1404e9ba5c44ddece19be7
This commit is contained in:
parent
4e60be59b2
commit
a411bf05f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user