Skip to content

Commit 44bd825

Browse files
committed
fixing scenario with wrong flavor selected
1 parent 4d2698d commit 44bd825

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playbooks/scenario47_cbr.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535

3636
# Set ECS flavor
3737
- set_fact:
38-
test_flavor: "{{ flavor_result.flavors | sort(attribute='ram') | map(attribute='name') | first }}"
38+
# 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
3941

4042
- block:
4143

0 commit comments

Comments
 (0)