Feature Base Template
-
✅ New base image create -
✅ Deploy VM without disks -
✅ Add empty and download url disks to VM -
⚠ Save as fixes (only stopped vm)
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
117 message = ("The requested operation can'T be performed on " 118 "disk '%s (%s)' because it has never been" 119 "deployed." % (disk.name, disk.filename)) 120 121 Exception.__init__(self, message) 122 123 self.disk = disk 124 110 125 @property 111 126 def ready(self): 127 """ Returns True if the disk is physically ready on the storage. 128 129 It needs at least 1 successfull deploy action. 130 """ 112 131 return self.activity_log.filter(activity_code__endswith="deploy", 113 succeeded__isnull=False) -
Owner
.exists()
? -
Owner
it's wrong anyway. fixed.
-
-
Owner
👍 if tested