From 3104c5f66b5f346f3d66f801283ccd790961c519 Mon Sep 17 00:00:00 2001 From: nirajsingh Date: Tue, 31 Jul 2018 10:37:26 +0000 Subject: [PATCH] Fix masakari installation failure for policy.json This patch fix the masakari installation failure issue because of changes made for policy-in-code Change-Id: Ie6b5ee3cc56a638f1781b7c7c179ab1b18fbdd26 --- devstack/plugin.sh | 3 --- setup.cfg | 1 - 2 files changed, 4 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 17d44c92..abf94a26 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -110,9 +110,6 @@ function configure_masakari { # Copy api-paste file over to the masakari conf dir cp $MASAKARI_LOCAL_API_PASTE_INI $MASAKARI_API_PASTE_INI - # Copy policy.json file over to the masakari conf dir - cp $MASAKARI_LOCAL_POLICY_JSON $MASAKARI_POLICY_JSON - # (Re)create masakari conf files rm -f $MASAKARI_CONF diff --git a/setup.cfg b/setup.cfg index 8685c146..15c9a962 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,6 @@ classifier = data_files = etc/masakari = etc/masakari/api-paste.ini - etc/masakari/policy.json packages = masakari