Set image-type to vhd for rax nodepool providers
Rackspace accepts vhd images and not qcow2. Set this as the image type so that we build vhds for rackspace and upload vhds to rackspace. Change-Id: I61f42b9236cd436d9da3bf771b704ca99654d128
This commit is contained in:
parent
8ada5f65f6
commit
142137ba3e
@ -227,6 +227,7 @@ providers:
|
||||
boot-timeout: 120
|
||||
max-servers: 184
|
||||
rate: 0.001
|
||||
image-type: vhd
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin) (PVHVM)'
|
||||
@ -297,6 +298,7 @@ providers:
|
||||
boot-timeout: 120
|
||||
max-servers: 55
|
||||
rate: 0.001
|
||||
image-type: vhd
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin) (PVHVM)'
|
||||
@ -367,6 +369,7 @@ providers:
|
||||
boot-timeout: 120
|
||||
max-servers: 85
|
||||
rate: 0.001
|
||||
image-type: vhd
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin) (PVHVM)'
|
||||
|
Loading…
Reference in New Issue
Block a user