Merge "Mech driver Resource Provider UUID5 namespaces should be different"

This commit is contained in:
Zuul 2021-03-11 14:26:19 +00:00 committed by Gerrit Code Review
commit e17b2cdfe9
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class OVNMechanismDriver(api.MechanismDriver):
methods that are part of the database transaction.
"""
resource_provider_uuid5_namespace = uuid.UUID(
'87ee7d5c-73bb-11e8-9008-c4d987b2a692')
'5533233b-800c-11eb-b1f4-000056b2f5b8')
def initialize(self):
"""Perform driver initialization.