Skip to content

Commit

Permalink
Update default flavor & image (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 23, 2023
1 parent f7bbbe0 commit eaa9867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
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("image", default="Ubuntu 20.04"),
cfg.StrOpt("flavor", default="SCS-1L-1-5"),
cfg.StrOpt("image", default="Ubuntu 22.04"),
cfg.StrOpt("keypair"),
cfg.StrOpt("network", default="simple-stress"),
cfg.StrOpt("prefix", default="simple-stress"),
Expand Down

0 comments on commit eaa9867

Please sign in to comment.