X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Falarm.py;fp=tests%2Falarm.py;h=916f4405b9b9c8a4d683a0de57d55e6b7798503c;hb=19f7ba75850c52e1ae163766b64b6d153e8d7e1b;hp=0582085e4d64d871dc8fdd5e987ef2742c2abae5;hpb=836a8932d6c6a502980009b9578f0c6ecf64cb47;p=doctor.git diff --git a/tests/alarm.py b/tests/alarm.py index 0582085e..916f4405 100644 --- a/tests/alarm.py +++ b/tests/alarm.py @@ -26,9 +26,7 @@ class Alarm(object): def __init__(self, conf, log): self.conf = conf self.log = log - self.auth = get_identity_auth(username=self.conf.doctor_user, - password=self.conf.doctor_passwd, - project=self.conf.doctor_project) + self.auth = get_identity_auth(project=self.conf.doctor_project) self.aodh = \ aodh_client(conf.aodh_version, get_session(auth=self.auth))