From: rakeshgm Date: Tue, 17 Aug 2021 14:11:23 +0000 (+0530) Subject: remove rh stage creds X-Git-Tag: 1.2.0~241^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=888b4a43a4a7cac13105c544d13720ffb14ead0e;p=teuthology.git remove rh stage creds use stage creds from config file Signed-off-by: rakeshgm --- diff --git a/teuthology/task/internal/redhat.py b/teuthology/task/internal/redhat.py index 2a1e5e97c..3f2030bd6 100644 --- a/teuthology/task/internal/redhat.py +++ b/teuthology/task/internal/redhat.py @@ -49,7 +49,7 @@ def _subscribe_stage_cdn(remote): cdn_config = teuthconfig.get('cdn-config', dict()) server_url = cdn_config.get('server-url', 'subscription.rhsm.stage.redhat.com:443/subscription') base_url = cdn_config.get('base-url', 'https://cdn.stage.redhat.com') - username = cdn_config.get('username', 'cephuser') + username = cdn_config.get('username') password = cdn_config.get('password') remote.run( args=[