Merge "`OvnDriver
and
DvrHaDriver
` to use "distributed_support" variable"
This commit is contained in:
@@ -19,4 +19,4 @@ from neutron.services.l3_router.service_providers import ha
|
||||
|
||||
class DvrHaDriver(dvr.DvrDriver, ha.HaDriver):
|
||||
ha_support = base.MANDATORY
|
||||
dvr_support = base.MANDATORY
|
||||
distributed_support = base.MANDATORY
|
||||
|
@@ -39,7 +39,7 @@ LOG = logging.getLogger(__name__)
|
||||
@registry.has_registry_receivers
|
||||
class OvnDriver(base.L3ServiceProvider):
|
||||
ha_support = base.MANDATORY
|
||||
dvr_support = base.MANDATORY
|
||||
distributed_support = base.MANDATORY
|
||||
|
||||
@registry.receives(resources.ROUTER, [events.PRECOMMIT_CREATE])
|
||||
def _process_router_create_precommit(self, resource, event, trigger,
|
||||
|
Reference in New Issue
Block a user