| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a7bfa9 commit 29109b4
31 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,6 @@ | |||
| 30 | 30 | import com.cloud.exception.ResourceAllocationException; | |
| 31 | 31 | import com.cloud.exception.StorageUnavailableException; | |
| 32 | 32 | import com.cloud.storage.StoragePool; | |
| 33 | - import com.cloud.storage.VMTemplateHostVO; | ||
| 34 | 33 | import com.cloud.storage.VMTemplateStoragePoolVO; | |
| 35 | 34 | import com.cloud.storage.VMTemplateVO; | |
| 36 | 35 | import com.cloud.utils.Pair; | |
@@ -102,8 +101,6 @@ public interface TemplateManager { | |||
| 102 | 101 | */ | |
| 103 | 102 | void evictTemplateFromStoragePool(VMTemplateStoragePoolVO templatePoolVO); | |
| 104 | 103 | ||
| 105 | - boolean templateIsDeleteable(VMTemplateHostVO templateHostRef); | ||
| 106 | - | ||
| 107 | 104 | boolean templateIsDeleteable(long templateId); | |
| 108 | 105 | ||
| 109 | 106 | Pair<String, String> getAbsoluteIsoPath(long templateId, long dataCenterId); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments