We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2698d commit 44bd825Copy full SHA for 44bd825
playbooks/scenario47_cbr.yaml
@@ -35,7 +35,9 @@
35
36
# Set ECS flavor
37
- set_fact:
38
- test_flavor: "{{ flavor_result.flavors | sort(attribute='ram') | map(attribute='name') | first }}"
+ # Due to issues with minimal flavor (not supported XEN flavors are selected ) flavor is hardcoded to specific one
39
+ # test_flavor: "{{ flavor_result.flavors | sort(attribute='ram') | map(attribute='name') | first }}"
40
+ test_flavor: s2.medium.2
41
42
- block:
43
0 commit comments