From d39b6fc6cf62637b1afc1326fc5b04e866a6a5f5 Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Fri, 2 Jan 2015 11:48:18 -0500 Subject: [PATCH] Adding Storm entry point to setup.cfg This change allows the stevedore package to find the Storm plugin when enabling extensions. Change-Id: I1748609caff74e073171d5e4a1b76fda9efef1d6 Closes-Bug: 1407120 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9b75eebe..ec198f6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ sahara.cluster.plugins = cdh = sahara.plugins.cdh.plugin:CDHPluginProvider fake = sahara.plugins.fake.plugin:FakePluginProvider spark = sahara.plugins.spark.plugin:SparkProvider + storm = sahara.plugins.storm.plugin:StormProvider sahara.infrastructure.engine = direct = sahara.service.direct_engine:DirectEngine