modified to replace neutron with openstack commands.
[joid.git] / ci / config_tpl / juju2 / bundlek8_tpl / bundle.yaml
index ef5bbe3..6d77772 100644 (file)
@@ -23,6 +23,8 @@
 
 {% if k8.network.controller == 'ovn' %}
 {% include 'ovn.yaml' %}
+{% elif k8.network.controller == 'canal' %}
+{% include 'canal.yaml' %}
 {% else %}
 {% include 'flannel.yaml' %}
 {% endif %}