Skip to content

Commit

Permalink
Ensure OVN chassis are used as gateways.
Browse files Browse the repository at this point in the history
  • Loading branch information
javacruft committed Oct 8, 2024
1 parent 48d853b commit af56677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/distro-regression/tests/bundles/jammy-caracal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ applications:
ovn-chassis:
charm: ch:ovn-chassis
channel: *ovn-channel
options:
prefer-chassis-as-gw: true
neutron-api:
charm: ch:neutron-api
num_units: 1
Expand Down
2 changes: 2 additions & 0 deletions tests/distro-regression/tests/bundles/noble-caracal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ applications:
ovn-chassis:
charm: ch:ovn-chassis
channel: *ovn-channel
options:
prefer-chassis-as-gw: true
neutron-api:
charm: ch:neutron-api
num_units: 1
Expand Down

0 comments on commit af56677

Please sign in to comment.