Skip to content

Commit 4042fc6

Browse files
EmilienMmdbooth
authored andcommitted
ci: reduce vcpu for m1.medium
(cherry picked from commit b75c40a)
1 parent aa2296e commit 4042fc6

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
@@ -167,7 +167,7 @@
167167
openstack flavor delete m1.small
168168
openstack flavor create --ram 4192 --disk 20 --ephemeral 5 --vcpus 2 --public --id 2 m1.small --property hw_rng:allowed='True'
169169
openstack flavor delete m1.medium
170-
openstack flavor create --ram 6144 --disk 20 --ephemeral 5 --vcpus 4 --public --id 3 m1.medium --property hw_rng:allowed='True'
170+
openstack flavor create --ram 6144 --disk 20 --ephemeral 5 --vcpus 2 --public --id 3 m1.medium --property hw_rng:allowed='True'
171171

172172
# Adjust the CPU quota
173173
openstack quota set --cores 32 demo

0 commit comments

Comments
 (0)