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
This commit is contained in:
ghanshyam 2017-12-08 09:16:30 +00:00 committed by Ghanshyam Mann
parent 1ea1cda5d4
commit 78d7cef3a0
1 changed files with 0 additions and 4 deletions

View File

@ -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