Merge "Update class hierarchy for sriov driver"

This commit is contained in:
Zuul 2020-03-05 11:59:32 +00:00 committed by Gerrit Code Review
commit 821f7c42fb
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ LOG = logging.getLogger(__name__)
CONF = cfg.CONF
class VIFSriovDriver(object):
class VIFSriovDriver(b_base.BaseBindingDriver):
def __init__(self):
super().__init__()
self._lock = None
self._device_pf_mapping = self._get_device_pf_mapping()