mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
add missing v1 to fasjson url for fmn
Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
@@ -18,7 +18,7 @@ class Client(object):
|
||||
python2.
|
||||
"""
|
||||
def __init__(self, url, principal=None):
|
||||
self.url = url
|
||||
self.url = url.rstrip("/") + "/v1/"
|
||||
self.principal = principal
|
||||
os.environ["KRB5_CLIENT_KTNAME"] = "/etc/krb5.keytab"
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user