Skip to content

Commit

Permalink
Use SCS-1V-1-10 as default flavor (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 23, 2023
1 parent 6f52fd5 commit 53b2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cfg.IntOpt("volume-number", default=1),
cfg.IntOpt("volume-size", default=1),
cfg.StrOpt("cloud", help="Cloud name", default="simple-stress"),
cfg.StrOpt("flavor", default="SCS-1L-1-5"),
cfg.StrOpt("flavor", default="SCS-1V-1-10"),
cfg.StrOpt("image", default="Ubuntu 22.04"),
cfg.StrOpt("keypair"),
cfg.StrOpt("network", default="simple-stress"),
Expand Down

0 comments on commit 53b2cb8

Please sign in to comment.