Skip to content

Commit

Permalink
Removed hardcode value
Browse files Browse the repository at this point in the history
  • Loading branch information
atulshrivastav committed Aug 5, 2016
1 parent 563fc72 commit 9ff5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parampy.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class SSHTool():
via_host = ('10.10.10.10', 22)
"""

def __init__(self, host, user='nfvadmin', auth='HP1nvent',
def __init__(self, host, user='', auth='',
via=None, via_user=None, via_auth=None):
"""Constructor for current class.
Expand Down

0 comments on commit 9ff5320

Please sign in to comment.