Mech driver Resource Provider UUID5 namespaces should be different

Each mechanism driver Resource Provider namespace should be different.
Despite the Resource Provider UUID will be generated randomly, based
on this namespace, the hostname and the interface name, we should
provide a different namespace UUID per mech driver.

Partial-Bug: #1578989

Change-Id: Icea46cc3056185cec720e11e4d0f3a2e292cb952
This commit is contained in:
Rodolfo Alonso Hernandez 2021-03-08 12:47:11 +00:00 committed by Rodolfo Alonso
parent cb64e3a19f
commit 2e20188441
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.