You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/messaging
Mike Liu ae7f7c2c64 Check that the current output from 'list_users' command contains a '\t'.
The `rabbitmqctl list_users` command will list the user's last login time
which does not include `\t` character. This is causing a ValueError exception
when attempting to split a user and its tags from the command output. This
fix will check for a `\t` in the current line of the output before splitting.
9 years ago
..
__init__.py package files 10 years ago
rabbitmq_binding.py Changes to author formatting, remove emails 10 years ago
rabbitmq_exchange.py Changes to author formatting, remove emails 10 years ago
rabbitmq_parameter.py more string corrections 10 years ago
rabbitmq_plugin.py Merge pull request #133 from pcarinhas/devel 9 years ago
rabbitmq_policy.py Changes to author formatting, remove emails 10 years ago
rabbitmq_queue.py Changes to author formatting, remove emails 10 years ago
rabbitmq_user.py Check that the current output from 'list_users' command contains a '\t'. 9 years ago
rabbitmq_vhost.py more string corrections 10 years ago