chore: add ovn to normal
diff --git a/hack/sync-charts.sh b/hack/sync-charts.sh
index e7eef5c..18e8c4a 100755
--- a/hack/sync-charts.sh
+++ b/hack/sync-charts.sh
@@ -151,7 +151,7 @@
   | filterdiff -p2 -x 'Chart.yaml' \
   | filterdiff -p1 -i 'neutron/*' \
   | patch -p2 -d ${ATMOSPHERE}/charts/neutron
-curl 'https://review.opendev.org/changes/openstack%2Fopenstack-helm~889258/revisions/5/patch?download' \
+curl 'https://review.opendev.org/changes/openstack%2Fopenstack-helm~889258/revisions/6/patch?download' \
   | base64 --decode \
   | filterdiff -p1 -x 'releasenotes/*' \
   | filterdiff -p2 -x 'Chart.yaml' \
diff --git a/molecule/default/group_vars/all/molecule.yml b/molecule/default/group_vars/all/molecule.yml
index 65ad6dd..5f2e4c6 100644
--- a/molecule/default/group_vars/all/molecule.yml
+++ b/molecule/default/group_vars/all/molecule.yml
@@ -10,6 +10,12 @@
     container_format: bare

     is_public: true

 

+ovn_enabled: "{{ lookup('env', 'OVN_ENABLED') | default('false') | bool }}"

+ovn_helm_values:

+  conf:

+    auto_bridge_add:

+      br-ex: ens4

+

 neutron_helm_values:

   conf:

     auto_bridge_add: