Don't delete the tripleo Zaqar queue

Now that we share a queue with other commands and other clients (the GUI
at least) we should never delete the queue.

Closes-Bug: #1757984
Change-Id: I1555b5e43984dea941885f221c4ec46092a34735
This commit is contained in:
Dougal Matthews 2018-03-22 08:35:42 +00:00
parent 5ec73e23c5
commit 99520c98b8
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ class WebsocketClient(object):
})
def cleanup(self):
self.send('queue_delete', {'queue_name': self._queue_name})
self._ws.close()
def send(self, action, body=None, extra_headers=None):