Merge "Set Designate mdns to listen on both ipv6 and ipv4"

This commit is contained in:
Zuul 2021-04-08 19:26:50 +00:00 committed by Gerrit Code Review
commit 842ef194f4
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ outputs:
- designate_workers_zero
- {}
- designate::mdns::workers: {get_param: DesignateWorkers}
- designate::mdns::listen:
- '0.0.0.0:5354'
- '[::]:5354'
service_config_settings:
mysql:
designate::db::mysql::password: {get_param: DesignatePassword}