mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Changed IP address to use local
This commit is contained in:
parent
18d5ef10b0
commit
61c65e5419
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
host = flag.String("host", "https://172.23.0.2:5000", "set the BMC host")
|
||||
host = flag.String("host", "https://127.0.0.1:5000", "set the BMC host")
|
||||
username = flag.String("username", "root", "set the BMC username used for the tests")
|
||||
password = flag.String("password", "root_password", "set the BMC password used for the tests")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue