diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml b/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml index 978c07c9..98def5ae 100644 --- a/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml +++ b/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml @@ -3,7 +3,8 @@ charm: "cs:~aakashkt/ovn-15" {% if os.service.bindings %} bindings: - "": internal-api + "": *oam-space {% endif %} options: - gateway-physical-interface: "none"
\ No newline at end of file + gateway-physical-interface: "none" + |