You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2014/05/27 21:11:39 UTC

git commit: updated refs/heads/master to 57110a7

Repository: cloudstack
Updated Branches:
  refs/heads/master af8e83b41 -> 57110a7f5


Fix devcloud-kvm gateway ip, was somehow pointing to the vmware cfg setting


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/57110a7f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/57110a7f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/57110a7f

Branch: refs/heads/master
Commit: 57110a7f50b720b658bda4a9873f4c4854c67ea2
Parents: af8e83b
Author: Marcus Sorensen <ma...@betterservers.com>
Authored: Tue May 27 13:11:08 2014 -0600
Committer: Marcus Sorensen <ma...@betterservers.com>
Committed: Tue May 27 13:11:08 2014 -0600

----------------------------------------------------------------------
 tools/devcloud-kvm/devcloud-kvm-advanced.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/57110a7f/tools/devcloud-kvm/devcloud-kvm-advanced.cfg
----------------------------------------------------------------------
diff --git a/tools/devcloud-kvm/devcloud-kvm-advanced.cfg b/tools/devcloud-kvm/devcloud-kvm-advanced.cfg
index 74c36b7..b2ed991 100644
--- a/tools/devcloud-kvm/devcloud-kvm-advanced.cfg
+++ b/tools/devcloud-kvm/devcloud-kvm-advanced.cfg
@@ -77,7 +77,7 @@
                     "endip": "192.168.100.199", 
                     "netmask": "255.255.255.0", 
                     "vlan": "untagged", 
-                    "gateway": "192.168.100.2"
+                    "gateway": "192.168.100.1"
                 }
             ], 
             "networktype": "Advanced", 
@@ -101,7 +101,7 @@
                             "clustertype": "CloudManaged"
                         }
                     ], 
-                    "gateway": "172.17.10.2"
+                    "gateway": "172.17.10.1"
                 }
             ], 
             "internaldns1": "8.8.4.4",