Skip to content

Commit

Permalink
Merge pull request #638 from stackhpc/rabbitmq-version-check-add-comm…
Browse files Browse the repository at this point in the history
…on-options

Fix: add common options to RabbitMQ version check
  • Loading branch information
priteau authored Nov 4, 2024
2 parents ceb9855 + 91cd70f commit b0bca00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/rabbitmq/tasks/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
kolla_container:
action: "start_container"
command: "rabbitmqctl --version"
common_options: "{{ docker_common_options }}"
detach: false
environment:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -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>`__

0 comments on commit b0bca00

Please sign in to comment.