mirror of https://github.com/apache/cloudstack.git
Corrected box label
This commit is contained in:
parent
f25842f142
commit
34cedcf37f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue