Skip to content

Commit

Permalink
Enable QDR port 5671 to listen on both IPv4 and IPv6 (#599)
Browse files Browse the repository at this point in the history
* Make port 5671 listen on all interfaces (IPv4 and IPv6)

* Update roles/servicetelemetry/tasks/component_qdr.yml

Co-authored-by: Chris Sibbitt <[email protected]>

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Chris Sibbitt <[email protected]>
Co-authored-by: Emma Foley <[email protected]>
  • Loading branch information
4 people authored Jun 10, 2024
1 parent e7c231e commit b46f215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/servicetelemetry/tasks/component_qdr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
prefix: ceilometer
edgeListeners:
- expose: true
host: 0.0.0.0
port: 5671
{% if servicetelemetry_vars.transports.qdr.auth == "basic" %}
saslMechanisms: PLAIN
Expand Down

0 comments on commit b46f215

Please sign in to comment.