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