mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Corrected box label
This commit is contained in:
parent
f25842f142
commit
34cedcf37f
2
tools/devcloud/basebuild/Vagrantfile
vendored
2
tools/devcloud/basebuild/Vagrantfile
vendored
@ -19,7 +19,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
Vagrant::Config.run do |config|
|
Vagrant::Config.run do |config|
|
||||||
config.vm.box = "devcloud"
|
config.vm.box = "devcloudbase"
|
||||||
# TODO: Get a URL to host the base image
|
# TODO: Get a URL to host the base image
|
||||||
# config.vm.box_url = "http://domain.com/path/to/above.box"
|
# config.vm.box_url = "http://domain.com/path/to/above.box"
|
||||||
config.vm.guest = :xen
|
config.vm.guest = :xen
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user