Skip to content

Commit

Permalink
add vm_type in example 3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 10, 2023
1 parent 28d37a6 commit 057fc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example3.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ int main(int ac, char **av)

if (osc_create_vms(&e, &out, &(struct osc_create_vms_arg) {
.image_id=image_id,
.vm_type="tinav5.c1r1p2",
.block_device_mappings=(struct block_device_mapping_vm_creation[]) {
{
.is_set_bsu = 1,
Expand Down

0 comments on commit 057fc08

Please sign in to comment.