Skip to content

Commit

Permalink
tempest: Fix Heat flavor id
Browse files Browse the repository at this point in the history
ID 8 was already used in nova cookbook. 13 was the first free.
  • Loading branch information
skazi0 committed Apr 10, 2019
1 parent a671c04 commit eb9a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/cookbooks/tempest/recipes/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@

flavor_ref = "6"
alt_flavor_ref = "7"
heat_flavor_ref = "8"
heat_flavor_ref = "13"

bash "create_yet_another_tiny_flavor" do
code <<-EOH
Expand Down

0 comments on commit eb9a4df

Please sign in to comment.