From 62d91420922c909585f21f81e88d70f5e5f5e5bc Mon Sep 17 00:00:00 2001 From: Jacek Tomasiak Date: Wed, 10 Apr 2019 20:30:27 +0200 Subject: [PATCH] tempest: Fix Heat flavor id ID 8 was already used in nova cookbook. Taking 20 to leave some space for the future (and skip 13). --- chef/cookbooks/tempest/recipes/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/tempest/recipes/config.rb b/chef/cookbooks/tempest/recipes/config.rb index 1639470025..2dd3ac005f 100644 --- a/chef/cookbooks/tempest/recipes/config.rb +++ b/chef/cookbooks/tempest/recipes/config.rb @@ -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