Merge "Support Data Source pluggability"

This commit is contained in:
Jenkins
2017-03-18 21:12:58 +00:00
committed by Gerrit Code Review

View File

@@ -51,6 +51,12 @@ sahara.cluster.plugins =
spark = sahara.plugins.spark.plugin:SparkProvider
storm = sahara.plugins.storm.plugin:StormProvider
sahara.data_source.types =
hdfs = sahara.service.edp.data_sources.hdfs.implementation:HDFSType
manila = sahara.service.edp.data_sources.manila.implementation:ManilaType
maprfs = sahara.service.edp.data_sources.maprfs.implementation:MapRFSType
swift = sahara.service.edp.data_sources.swift.implementation:SwiftType
sahara.infrastructure.engine =
heat = sahara.service.heat.heat_engine:HeatEngine