From 1dc22496a956e66c65a701ef2e429d14fcffc772 Mon Sep 17 00:00:00 2001 From: venkata anil Date: Mon, 9 Apr 2018 18:05:11 +0000 Subject: [PATCH] Fix typo in ovn_cms_options config ovn-cms-options config option is mistakenly added as ovn-cms-opts. As a result ovn_cms_options is never set in SBDB and OVN mechanism driver is unable to schedule router as expected. Change-Id: Iaa89a1dbec732c3aa743fa3f5cf1f4931e2ab9ef --- docker/services/ovn-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/ovn-controller.yaml b/docker/services/ovn-controller.yaml index 5c86c28970..00ac007cba 100644 --- a/docker/services/ovn-controller.yaml +++ b/docker/services/ovn-controller.yaml @@ -93,7 +93,7 @@ outputs: net: host privileged: true user: root - command: ['/bin/bash', '-c', 'CMS_OPTS=$(hiera ovn::controller::ovn_cms_options -c /etc/puppet/hiera.yaml); if [ X"$CMS_OPTS" != X ]; then ovs-vsctl set open . external_ids:ovn-cms-opts=$CMS_OPTS; fi'] + command: ['/bin/bash', '-c', 'CMS_OPTS=$(hiera ovn::controller::ovn_cms_options -c /etc/puppet/hiera.yaml); if [ X"$CMS_OPTS" != X ]; then ovs-vsctl set open . external_ids:ovn-cms-options=$CMS_OPTS; fi'] image: &ovn_controller_image {get_param: DockerOvnControllerImage} volumes: list_concat: