Fix: add common options to RabbitMQ version check
Closes-Bug: #2086171 Change-Id: I4001ddad198dcf40f71e9196e126cc78a19d1437
This commit is contained in:
parent
9b98ce997e
commit
fa54e69eb1
@ -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:
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
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>`__
|
Loading…
Reference in New Issue
Block a user