This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new a2d35c8ac21 Fix imports
a2d35c8ac21 is described below
commit a2d35c8ac21083c7990273e38f3d2c9fcf10298c
Author: Suresh Kumar Anaparti <[email protected]>
AuthorDate: Mon Aug 4 17:49:38 2025 +0530
Fix imports
---
.../storage/datastore/driver/SwiftImageStoreDriverImpl.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/plugins/storage/image/swift/src/main/java/org/apache/cloudstack/storage/datastore/driver/SwiftImageStoreDriverImpl.java
b/plugins/storage/image/swift/src/main/java/org/apache/cloudstack/storage/datastore/driver/SwiftImageStoreDriverImpl.java
index 4bed0780e20..61ff57fd058 100644
---
a/plugins/storage/image/swift/src/main/java/org/apache/cloudstack/storage/datastore/driver/SwiftImageStoreDriverImpl.java
+++
b/plugins/storage/image/swift/src/main/java/org/apache/cloudstack/storage/datastore/driver/SwiftImageStoreDriverImpl.java
@@ -24,9 +24,6 @@ import java.util.UUID;
import javax.inject.Inject;
-import com.cloud.configuration.Config;
-import com.cloud.utils.SwiftUtil;
-
import org.apache.cloudstack.api.ApiConstants;
import org.apache.cloudstack.engine.subsystem.api.storage.CreateCmdResult;
import org.apache.cloudstack.engine.subsystem.api.storage.DataObject;
@@ -42,7 +39,6 @@ import
org.apache.cloudstack.storage.datastore.db.ImageStoreDetailsDao;
import org.apache.cloudstack.storage.image.BaseImageStoreDriverImpl;
import org.apache.cloudstack.storage.image.store.ImageStoreImpl;
import org.apache.cloudstack.storage.to.TemplateObjectTO;
-import org.apache.log4j.Logger;
import com.cloud.agent.api.storage.DownloadAnswer;
import com.cloud.agent.api.to.DataObjectType;