We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2296e commit 4042fc6Copy full SHA for 4042fc6
hack/ci/cloud-init/controller.yaml.tpl
@@ -167,7 +167,7 @@
167
openstack flavor delete m1.small
168
openstack flavor create --ram 4192 --disk 20 --ephemeral 5 --vcpus 2 --public --id 2 m1.small --property hw_rng:allowed='True'
169
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'
+ openstack flavor create --ram 6144 --disk 20 --ephemeral 5 --vcpus 2 --public --id 3 m1.medium --property hw_rng:allowed='True'
171
172
# Adjust the CPU quota
173
openstack quota set --cores 32 demo
0 commit comments