Add sample instructions for fetching images. Make sample config match these instructions.
This commit is contained in:
parent
5778a25c76
commit
a4680d3f0c
@ -1,7 +1,7 @@
|
||||
[environment]
|
||||
kernel = include/sample_vm/vmlinuz-2.6.32-23-server
|
||||
initrd = include/sample_vm/initrd.img-2.6.32-23-server
|
||||
image = include/sample_vm/ubuntu-lucid.img
|
||||
kernel = include/sample_vm/natty-server-uec-amd64-vmlinuz-virtual
|
||||
#initrd = include/sample_vm/natty-server-uec-amd64-initrd-virtual
|
||||
image = include/sample_vm/natty-server-uec-amd64.img
|
||||
|
||||
[swift]
|
||||
auth_host = 10.0.0.100
|
||||
|
@ -1 +1,6 @@
|
||||
You will need to download an image into this directory.. Will also need to update the tests to reference this new image.
|
||||
You will need to download an image into this directory..
|
||||
Will also need to update the tests to reference this new image.
|
||||
|
||||
You could use e.g. the Ubuntu Natty cloud images (this matches the sample configuration):
|
||||
$ wget http://cloud-images.ubuntu.com/releases/natty/release/ubuntu-11.04-server-uec-amd64.tar.gz
|
||||
$ tar xvzf ubuntu-11.04-server-uec-amd64.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user