Skip to content

Commit

Permalink
Merge pull request #2099 from skazi0/tempest-heat-flavor
Browse files Browse the repository at this point in the history
tempest: Fix Heat flavor id
  • Loading branch information
dirkmueller committed Apr 15, 2019
2 parents c55cdbc + 62d9142 commit cc461b7
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 = "20"

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

0 comments on commit cc461b7

Please sign in to comment.