From 78d7cef3a0e5ff77da24aadbc2bca85a5770964d Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 8 Dec 2017 09:16:30 +0000 Subject: [PATCH] Remove murano-tempest-plugin entry from setup.cfg As murano-tempest-plugin already been moved to separate repo, it has to be removed from murano setup.cfg. Due to this it will force murano installer to install murano-tempest-plugin as Temepst will discover this plugin and complain about its missing package. Congress is getting this error and their gate is blocked due to this. http://logs.openstack.org/57/508657/22/check/congress-devstack-api-mysql/1ad845d/job-output.txt.gz#_2017-12-07_19_33_07_219034 Change-Id: Iab3a851fdb9001ad39ef443be12701e0e2a75e5a Closes-Bug: #1737123 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 93b338cd1..cb229fdd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ classifier = [files] packages = murano - murano_tempest_tests [global] setup-hooks = @@ -71,9 +70,6 @@ oslo.policy.policies = # the default defined polices. murano = murano.common.policies:list_rules -tempest.test_plugins = - murano_tests = murano_tempest_tests.plugin:MuranoTempestPlugin - murano_policy_modify_actions = remove-object = murano.policy.modify.actions.default_actions:RemoveObjectAction add-object = murano.policy.modify.actions.default_actions:AddObjectAction