[libvirt] [jenkins-ci PATCH v2 08/20] quayadmin: Remove clientid and clientsecret

Andrea Bolognani abologna at redhat.com
Wed Jul 17 13:49:17 UTC 2019


They're not currently used, and don't look like they're
actually necessary to use the Quay API.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/quayadmin | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guests/quayadmin b/guests/quayadmin
index 04a8b66..218a945 100755
--- a/guests/quayadmin
+++ b/guests/quayadmin
@@ -24,8 +24,6 @@ import requests
 import sys
 
 baseurl = "https://quay.io/api/v1"
-clientid = "xxx"
-clientsecret = "xxx"
 token= "xxx"
 
 
-- 
2.21.0




More information about the libvir-list mailing list