Skip to content

Commit

Permalink
Remove cinder-clear-rabbit-queues
Browse files Browse the repository at this point in the history
cinder-clear-rabbit-queues should be removed because it does not
appear to be widely used and there is no user documentation for
it. Also, RabbitMQ now includes a management plugin and CLI,
rabbitmqadmin, that allows you to delete queues and exchanges.
This script was also removed in nova as part of
https://review.openstack.org/#/c/40355/.

DocImpact: The RabbitMQ management plugin ships with rabbitmqadmin.
It supports RabbitMQ version 2.8.x and above.
Closes-Bug: #1348859

Change-Id: I77bb54065280771e5cc64835af9c584626ecf8b8
  • Loading branch information
thang-pham committed Jul 26, 2014
1 parent 4d56b91 commit efa31ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
77 changes: 0 additions & 77 deletions bin/cinder-clear-rabbit-queues

This file was deleted.

1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ scripts =
bin/cinder-all
bin/cinder-api
bin/cinder-backup
bin/cinder-clear-rabbit-queues
bin/cinder-manage
bin/cinder-rpc-zmq-receiver
bin/cinder-rtstool
Expand Down

0 comments on commit efa31ef

Please sign in to comment.