Fix: add common options to RabbitMQ version check
Closes-Bug: #2086171 Change-Id: I4001ddad198dcf40f71e9196e126cc78a19d1437
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
kolla_container:
|
kolla_container:
|
||||||
action: "start_container"
|
action: "start_container"
|
||||||
command: "rabbitmqctl --version"
|
command: "rabbitmqctl --version"
|
||||||
|
common_options: "{{ docker_common_options }}"
|
||||||
container_engine: "{{ kolla_container_engine }}"
|
container_engine: "{{ kolla_container_engine }}"
|
||||||
detach: false
|
detach: false
|
||||||
environment:
|
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>`__
|
Reference in New Issue
Block a user