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.

Closes-Bug: 1763333
Change-Id: Iaa89a1dbec732c3aa743fa3f5cf1f4931e2ab9ef
(cherry picked from commit 1dc22496a9)
This commit is contained in:
venkata anil 2018-04-09 18:05:11 +00:00
parent 29bf121e05
commit a16c4ec29a
1 changed files with 1 additions and 1 deletions

View File

@ -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: