Default source should be devcloudbase-xen. Source "devcloud" only used when 
importing a successfully built devcloud.

Signed-off-by: Rohit Yadav <[email protected]>


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

Branch: refs/heads/master
Commit: 791bf3c242267959ea4491b673c2e8a0b8dd2595
Parents: b996aff
Author: James Martin <[email protected]>
Authored: Thu Dec 6 16:28:25 2012 -0500
Committer: Rohit Yadav <[email protected]>
Committed: Fri Dec 14 19:36:38 2012 -0800

----------------------------------------------------------------------
 tools/devcloud/Vagrantfile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/791bf3c2/tools/devcloud/Vagrantfile
----------------------------------------------------------------------
diff --git a/tools/devcloud/Vagrantfile b/tools/devcloud/Vagrantfile
index 11ee4bb..d229d0e 100644
--- a/tools/devcloud/Vagrantfile
+++ b/tools/devcloud/Vagrantfile
@@ -19,8 +19,8 @@
 # under the License.
 
 Vagrant::Config.run do |config|
-  config.vm.box = "devcloud"
-  #config.vm.box = "devcloudbase-xen"
+  #config.vm.box = "devcloud"
+  config.vm.box = "devcloudbase-xen"
   #config.vm.box_url = "http://basho-cloudstack.s3.amazonaws.com/devcloud.box";
 
   config.vm.guest = :xen

Reply via email to