Skip to content

Commit

Permalink
changed default ip
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjfraser committed Mar 21, 2014
1 parent 33ea22e commit 16819fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recoverpoint/recoverpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def metric_init(params):
# For CLI Debuging:
if __name__ == '__main__':
params = {
'mgmtip' : '10.10.9.170',
'mgmtip' : '192.168.1.100',

}
descriptors = metric_init(params)
Expand Down

0 comments on commit 16819fe

Please sign in to comment.