mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 01:19:37 +00:00
reorganize host interfaces. remove it from instance methods
This commit is contained in:
@@ -204,10 +204,6 @@ class Instance(models.Model):
|
||||
def formats(self):
|
||||
return self.proxy.get_image_formats()
|
||||
|
||||
@cached_property
|
||||
def interfaces(self):
|
||||
return self.proxy.get_ifaces()
|
||||
|
||||
|
||||
class PermissionSet(models.Model):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user