Skip to content

Commit b47c12f

Browse files
authored
Fix test_cfn.py for DDC nightly (docker-archive#410)
Signed-off-by: Ken Cochrane <[email protected]>
1 parent cbf205a commit b47c12f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aws/release/test_cfn.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
DDC_PARAMETERS = [('ClusterSize', 2),
2020
('InstanceType', 't2.micro'),
2121
('KeyName', 'ken_cochrane'),
22-
('ManagerInstanceType', 't2.medium'),
22+
('ManagerInstanceType', 'm3.medium'),
2323
('ManagerSize', 3),
24-
('DDCPasswordSet', 'password')]
24+
('DDCPasswordSet', 'password'),
25+
('License', '{}')]
2526

2627
CLOUD_PARAMETERS = [('ClusterSize', 2),
2728
('InstanceType', 't2.micro'),

0 commit comments

Comments
 (0)