Turns out that box version 0.9.1 also needs the V1 SSL cert
This commit is contained in:
parent
1224930af8
commit
c76fc2935a
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ BOXES = [
|
|||
("yungsang/coreos --box-version=1.0.0", False),
|
||||
("yungsang/coreos --box-version=0.9.10", False),
|
||||
("yungsang/coreos --box-version=0.9.6", False),
|
||||
("yungsang/coreos --box-version=0.9.1", False),
|
||||
|
||||
("yungsang/coreos --box-version=0.9.1", True),
|
||||
("yungsang/coreos --box-version=0.3.1", True),
|
||||
]
|
||||
|
||||
|
|
Reference in a new issue