Skip to content

Commit

Permalink
Merge pull request #651 from booxter/north-check-version-false
Browse files Browse the repository at this point in the history
Set ovn_match_northd_version to false by default
  • Loading branch information
openshift-merge-bot[bot] authored Jun 12, 2024
2 parents 21d906f + e730219 commit 6aa10ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/edpm_ovn/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ edpm_ovn_ofctrl_wait_before_clear: 8000
edpm_ovn_controller_agent_image: "quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified"
edpm_ovn_encap_ip: "{{ tenant_ip }}"
edpm_ovn_protocol: "{% if edpm_enable_internal_tls | bool %}ssl{% else %}tcp{% endif %}"
ovn_match_northd_version: true
ovn_match_northd_version: false
ovn_monitor_all: true

edpm_ovn_controller_common_volumes:
Expand Down
2 changes: 1 addition & 1 deletion roles/edpm_ovn/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ argument_specs:
Passed to the `edpm_ovn_ovs_external_ids` as value for the `ovn-ofctrl-wait-before-clear`.
type: int
ovn_match_northd_version:
default: true
default: false
description: >
Passed to the `edpm_ovn_ovs_external_ids` as value for the `ovn-match-northd-version`
type: bool
Expand Down

0 comments on commit 6aa10ba

Please sign in to comment.