Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit c8a66df

Browse files
author
root
committed
Reverting back changes which are done locally
1 parent 5598ab0 commit c8a66df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fc_networks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
from config_loader import try_load_from_file
2828

2929
config = {
30-
"ip": "10.30.5.113",
30+
"ip": "<oneview_ip>",
3131
"credentials": {
32-
"userName": "administrator",
33-
"password": "anusha16"
32+
"userName": "<username>",
33+
"password": "<password>"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)