Skip to content
Snippets Groups Projects
Commit dcf9cdec authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix: add common options to RabbitMQ version check"

parents a1eec249 fa54e69e
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
kolla_container:
action: "start_container"
command: "rabbitmqctl --version"
common_options: "{{ docker_common_options }}"
container_engine: "{{ kolla_container_engine }}"
detach: false
environment:
......
---
fixes:
- |
Fixes a bug where the RabbitMQ version check would fail to pull the new
image due to lack of auth.
`LP#2086171 <https://bugs.launchpad.net/kolla-ansible/+bug/2086171>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment