devcloud: Update IP as per new DevCloud appliance

The new DevCloud nic (host-only) IP is 192.168.56.10 by default

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-11-27 18:15:24 -08:00
parent 0979e5a0d0
commit af12a25a60
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
"hosts": [
{
"username": "root",
"url": "http://192.168.56.2/",
"url": "http://192.168.56.10/",
"password": "password"
}
],
@ -65,7 +65,7 @@
"internaldns1": "192.168.56.1",
"secondaryStorages": [
{
"url": "nfs://192.168.56.2:/opt/storage/secondary"
"url": "nfs://192.168.56.10:/opt/storage/secondary"
}
]
}