diff --git a/src/api-lib/vnc_api.py b/src/api-lib/vnc_api.py index 7af56a87c8f..07ef57eec9c 100644 --- a/src/api-lib/vnc_api.py +++ b/src/api-lib/vnc_api.py @@ -252,7 +252,7 @@ def __init__(self, username=None, password=None, tenant_name=None, certs.append(kscafile) if kscertfile: certs.append(kscertfile) - if kskeytfile: + if kskeyfile: certs.append(kskeyfile) if certs: self._kscertbundle=utils.getCertKeyCaBundle(VncApi._DEFAULT_KS_CERT_BUNDLE,certs)