Add simple fake plugin for testing

We need to have fake plugin to perform provisioning testing in gate.

Partially Implements: blueprint fake-test-plugin

Change-Id: I112ca08462f3a0a9847e16deba6d8535182a28d6
This commit is contained in:
Sergey Lukjanov 2014-04-24 14:31:00 +04:00
parent 5675306683
commit 52ad273502
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ console_scripts =
sahara.cluster.plugins =
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
hdp = sahara.plugins.hdp.ambariplugin:AmbariPlugin
fake = sahara.plugins.fake.plugin:FakePluginProvider
sahara.infrastructure.engine =
direct = sahara.service.direct_engine:DirectEngine