Skip to content
Snippets Groups Projects
Commit fa54e69e authored by Matt Crees's avatar Matt Crees
Browse files

Fix: add common options to RabbitMQ version check

Closes-Bug: #2086171
Change-Id: I4001ddad198dcf40f71e9196e126cc78a19d1437
parent 9b98ce99
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