CI: Use cached cirros image for seed vm job
The nodepool images include CirrOS images. Also update to newly released 0.5.2 image. Change-Id: I95fc2c3873c8cd17edf928f613a06d2154196786
This commit is contained in:
parent
d42e3229c9
commit
39b3fe70c6
@ -43,7 +43,7 @@ seed_vm_memory_mb: "{{ 1 * 1024 }}"
|
||||
|
||||
# Use cirros rather than CentOS for the VM.
|
||||
seed_bootstrap_user: cirros
|
||||
seed_vm_root_image: https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
seed_vm_root_image: /opt/cache/files/cirros-0.5.2-x86_64-disk.img
|
||||
|
||||
# Cirros doesn't load cdom drivers by default.
|
||||
seed_vm_configdrive_device: disk
|
||||
|
Loading…
Reference in New Issue
Block a user