Skip to content

Commit

Permalink
Merge "Fix variable typo introduced in other bug" into R3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Oct 25, 2016
2 parents 75e65a2 + 3684c84 commit f05ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-lib/vnc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f05ec9d

Please sign in to comment.