From c1fe6c41402ceec4f6f62fe5f9bdacead89c8118 Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Fri, 6 Nov 2015 15:17:56 -0500 Subject: [PATCH] Make setup.py install Manila Tempest plugin This commit makes the install directive in setup.py install the Manila Tempest plugin when the rest of Manila is installed. Closes-Bug: #1513953 Co-Author: Marc Koderer Change-Id: Id2d75c2901e795ad1309cde275592d89f223471d --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a39ec2e9fc..3074d99596 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ setup-hooks = [files] packages = manila + manila_tempest_tests [entry_points] console_scripts = manila-all = manila.cmd.all:main