From d08222b86e15c520c691318e70eaf3f7c6beb022 Mon Sep 17 00:00:00 2001 From: Ivan Lausuch Date: Thu, 9 May 2019 16:32:26 +0200 Subject: [PATCH] Tempest: Octavia tempest plugin added --- chef/cookbooks/tempest/recipes/install.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chef/cookbooks/tempest/recipes/install.rb b/chef/cookbooks/tempest/recipes/install.rb index 85eb3d3618..b323067400 100644 --- a/chef/cookbooks/tempest/recipes/install.rb +++ b/chef/cookbooks/tempest/recipes/install.rb @@ -60,7 +60,8 @@ "magnum", "manila", "monasca", - "neutron" + "neutron", + "octavia" ].each do |component| package "python-#{component}-tempest-plugin" if RoleHelper.config_for_role_exists?(component) end