From 993474a9dd1edccaf125e8200cd749e770f424d1 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Tue, 10 Dec 2024 11:20:21 -0600
Subject: [PATCH] fixed compute bide accept image test

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7db9d88..71f9a24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,7 +179,7 @@ deploy_compute_node:
   tags:
     - build
   script:
-    - openstack image set --accept $compute-2024-12-07T175325 || true
+    - openstack image set --accept --name $compute-2024-12-07T175325 || true
     - FAILED=false
     - |
       cat > user_data.txt <<EOF
-- 
GitLab