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

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
James Martin 2012-12-06 16:28:25 -05:00 committed by Rohit Yadav
parent b996aff418
commit 791bf3c242
1 changed files with 2 additions and 2 deletions

View File

@ -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