Merge "Enable qos extension_driver in ovn_db_sync" into stable/zed

This commit is contained in:
Zuul 2023-02-27 17:00:18 +00:00 committed by Gerrit Code Review
commit 1ac90fba3e
1 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,9 @@ def main():
'port_forwarding',
'qos'
]
extension_drivers = list(set(cfg.CONF.ml2.extension_drivers + ['qos']))
cfg.CONF.set_override('extension_drivers', extension_drivers, 'ml2')
else:
LOG.error('Invalid core plugin : ["%s"].', cfg.CONF.core_plugin)
return