Skip to content

Commit

Permalink
templates/ovs_configuration.json.j2: update to follow setup-ovs changes
Browse files Browse the repository at this point in the history
The configuration file used by the python3 module setup-ovs and
generated by Ansible must be updated to follow changes in setup-ovs.

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu committed Jun 13, 2022
1 parent cf797be commit 4697032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/ovs_configuration.json.j2
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{{ ovs_bridges | to_nice_json }}
{% set OVS_configuration = ({ "bridges": ovs_bridges, "unbind_pci_address": unbind_pci_address | default([]) }) %}
{{ OVS_configuration | to_nice_json }}

0 comments on commit 4697032

Please sign in to comment.