Skip to content

Commit b75c40a

Browse files
committed
ci: reduce vcpu for m1.medium
1 parent 48e0f91 commit b75c40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
openstack flavor delete m1.small
177177
openstack flavor create --ram 4192 --disk 20 --ephemeral 5 --vcpus 2 --public --id 2 m1.small --property hw_rng:allowed='True'
178178
openstack flavor delete m1.medium
179-
openstack flavor create --ram 6144 --disk 20 --ephemeral 5 --vcpus 4 --public --id 3 m1.medium --property hw_rng:allowed='True'
179+
openstack flavor create --ram 6144 --disk 20 --ephemeral 5 --vcpus 2 --public --id 3 m1.medium --property hw_rng:allowed='True'
180180

181181
# Adjust the CPU quota
182182
openstack quota set --cores 32 demo

0 commit comments

Comments
 (0)