mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 03:37:47 +00:00
Add missing generic stub for detach_remote_media
The generic oem handler needs a stub to allow the generic code to work. Change-Id: I565625e575c5e8afb3ca3d1b5ebd468a08b01fbe
This commit is contained in:
parent
a1fe180e04
commit
a0c3adf478
@ -37,6 +37,9 @@ class OEMHandler(object):
|
||||
def attach_remote_media(self, url, username, password, vmurls):
|
||||
return None
|
||||
|
||||
def detach_remote_media(self):
|
||||
return None
|
||||
|
||||
def get_description(self):
|
||||
return {}
|
||||
|
||||
@ -133,4 +136,4 @@ class OEMHandler(object):
|
||||
raise exc.UnsupportedFunctionality()
|
||||
|
||||
def get_user_expiration(self, uid):
|
||||
return None
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user