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
This commit is contained in:
@@ -93,7 +93,7 @@ outputs:
|
|||||||
net: host
|
net: host
|
||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
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}
|
image: &ovn_controller_image {get_param: DockerOvnControllerImage}
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
|
Reference in New Issue
Block a user