Fix listen_on_master_ip_only

https://review.opendev.org/#/c/668902/ had
wrongly set the value of listen_on_master_ip_only,
it should to be 'no' when external lb VIP is used else
'yes'.

Depends-On: https://review.opendev.org/#/c/709389/
Closes-Bug: #1864409
Change-Id: I25b9366f8a097bda89734cc27fe83b94de24507e
This commit is contained in:
yatinkarel 2020-02-24 09:36:00 +05:30 committed by yatin
parent 38a95f12b1
commit c0e37c4a34
1 changed files with 1 additions and 1 deletions

View File

@ -148,8 +148,8 @@ outputs:
- tripleo::profile::pacemaker::ovn_dbs_bundle::listen_on_master_ip_only:
if:
- use_external_load_balancer
- 'yes'
- 'no'
- 'yes'
- if:
- internal_tls_enabled
- generate_service_certificates: true