Corrected box label
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/34cedcf3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/34cedcf3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/34cedcf3 Branch: refs/heads/master Commit: 34cedcf37fdfe193ddaa5165c2549472bfeb2ac4 Parents: f25842f Author: Chip Childers <[email protected]> Authored: Thu Aug 2 15:34:14 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Thu Aug 2 15:34:14 2012 -0400 ---------------------------------------------------------------------- tools/devcloud/basebuild/Vagrantfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/34cedcf3/tools/devcloud/basebuild/Vagrantfile ---------------------------------------------------------------------- diff --git a/tools/devcloud/basebuild/Vagrantfile b/tools/devcloud/basebuild/Vagrantfile index eee8127..bf7f2b6 100644 --- a/tools/devcloud/basebuild/Vagrantfile +++ b/tools/devcloud/basebuild/Vagrantfile @@ -19,7 +19,7 @@ # under the License. Vagrant::Config.run do |config| - config.vm.box = "devcloud" + config.vm.box = "devcloudbase" # TODO: Get a URL to host the base image # config.vm.box_url = "http://domain.com/path/to/above.box" config.vm.guest = :xen
