Merge "Enable qos extension_driver in ovn_db_sync" into stable/xena
This commit is contained in:
@@ -203,6 +203,9 @@ def main():
|
|||||||
'port_forwarding',
|
'port_forwarding',
|
||||||
'qos'
|
'qos'
|
||||||
]
|
]
|
||||||
|
extension_drivers = list(set(cfg.CONF.ml2.extension_drivers + ['qos']))
|
||||||
|
cfg.CONF.set_override('extension_drivers', extension_drivers, 'ml2')
|
||||||
|
|
||||||
else:
|
else:
|
||||||
LOG.error('Invalid core plugin : ["%s"].', cfg.CONF.core_plugin)
|
LOG.error('Invalid core plugin : ["%s"].', cfg.CONF.core_plugin)
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user