Skip to content

Commit

Permalink
Merge "auth_token parameter should be initialized"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 4, 2015
2 parents 8179dcb + dfd629f commit 65285f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-lib/vnc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def __init__(self, username=None, password=None, tenant_name=None,
self._headers[rest.hdr_client_tenant()] = self._tenant_name

self._auth_token_input = False
self._auth_token = None

if auth_token:
self._auth_token = auth_token
Expand Down

0 comments on commit 65285f8

Please sign in to comment.