Skip to content

Commit

Permalink
Autodelete disks in IGM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jul 17, 2018
1 parent f70dbd3 commit a34e61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/factories/instance_template_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def params
:machine_type => TEST_MACHINE_TYPE,
:disks => [{
:boot => true,
:auto_delete => true,
:initialize_params =>
{ :source_image => "projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20180522" }
}],
Expand Down

0 comments on commit a34e61d

Please sign in to comment.