Add HDP plugin to default plugins
Fixes: bug #1203051 Change-Id: Ica1bacb97f4d3f01fdddf7a65ac2f9573e355e1e
This commit is contained in:
parent
bfe170009d
commit
32a1a45bea
@ -24,13 +24,17 @@
|
|||||||
|
|
||||||
# List of plugins to be loaded. Savanna preserves the order of
|
# List of plugins to be loaded. Savanna preserves the order of
|
||||||
# the list when returning it. (list value)
|
# the list when returning it. (list value)
|
||||||
plugins=vanilla
|
plugins=vanilla,hdp
|
||||||
|
|
||||||
|
|
||||||
[plugin:vanilla]
|
[plugin:vanilla]
|
||||||
plugin_class=savanna.plugins.vanilla.plugin:VanillaProvider
|
plugin_class=savanna.plugins.vanilla.plugin:VanillaProvider
|
||||||
|
|
||||||
|
|
||||||
|
[plugin:hdp]
|
||||||
|
plugin_class=savanna.plugins.hdp.ambariplugin:AmbariPlugin
|
||||||
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
|
||||||
# URL for sqlalchemy database (string value)
|
# URL for sqlalchemy database (string value)
|
||||||
|
Loading…
Reference in New Issue
Block a user